#2f8999

Color #2F8999 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #2F8999

Tints of Scooter #2F8999

Color information

#2F8999 (or 0x2F8999) is unknown color: approx Scooter. HEX triplet: 2F, 89 and 99. RGB value is (47,137,153). Sum of RGB (Red+Green+Blue) = 47+137+153=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F8999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8999 is #D07666. Grayscale: #6F6F6F. Windows color (decimal): -13661799 or 10062127. OLE color: 10062127.

HSL color Cylindrical-coordinate representation of color #2F8999: hue angle of 189.06º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F8999 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB47137153-
CMYK0.690.1000.4
HSL189.06º53%39.22%-
HSV(B)189.06º69.28%60%-
XYZ15.8720.833.31-
YUV111.91151.1881.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 13.95%
GREEN value IS 137 (53.91% from 255) = 40.65%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=13.95%
G=40.65%
B=45.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal471371530.690.1000.4189.065339.22
Hex2F899945A028bd3527
Octal57211231105120502756547
Binary101111100010011001100110001011010010100010111101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f8999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2f8999; }

 p { color: rgb(47,137,153); }

 H1.HeaderClassName
 {
   color: #2f8999;
 }
 .AnyTagClassName
 {
   color: #2f8999;
 }
</style>
background-color css

<style>
 a { background-color: #2f8999; }

 a { background-color: rgb(47,137,153); }

 div.DivClassName
 {
   background-color: #2f8999;
 }
 .BgClassName
 {
   background-color: #2f8999;
 }
</style>
border-color css

<style>
 span { border-color: #2f8999; }

 span { border-color: rgb(47,137,153); }

 td.TdClassName
 {
   border-color: #2f8999;
 }
 .TagClassName
 {
   border-color: #2f8999;
 }
</style>