#2F949E

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

Shades of Scooter #2F949E

Tints of Scooter #2F949E

Color information

#2F949E (or 0x2F949E) is unknown color: approx Scooter. HEX triplet: 2F, 94 and 9E. RGB value is (47,148,158). Sum of RGB (Red+Green+Blue) = 47+148+158=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #2F949E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F949E is #D06B61. Grayscale: #767676. Windows color (decimal): -13658978 or 10392623. OLE color: 10392623.

HSL color Cylindrical-coordinate representation of color #2F949E: hue angle of 185.41º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F949E is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB47148158-
CMYK0.700.0600.38
HSL185.41º54.15%40.2%-
HSV(B)185.41º70.25%61.96%-
XYZ17.9324.2536.08-
YUV118.94150.0476.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.31%
GREEN value IS 148 (58.20% from 255) = 41.93%
BLUE value IS 158 (62.11% from 255) = 44.76%
R=13.31%
G=41.93%
B=44.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal471481580.700.0600.38185.4154.1540.2
Hex2F949E466026b93628
Octal5722423610660462716650
Binary10111110010100100111101000110110010011010111001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,148,158); }

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

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

 a { background-color: rgb(47,148,158); }

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

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

 span { border-color: rgb(47,148,158); }

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