#39949F

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

Shades of Scooter #39949F

Tints of Scooter #39949F

Color information

#39949F (or 0x39949F) is unknown color: approx Scooter. HEX triplet: 39, 94 and 9F. RGB value is (57,148,159). Sum of RGB (Red+Green+Blue) = 57+148+159=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #39949F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39949F is #C66B60. Grayscale: #797979. Windows color (decimal): -13003617 or 10458169. OLE color: 10458169.

HSL color Cylindrical-coordinate representation of color #39949F: hue angle of 186.47º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39949F is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB57148159-
CMYK0.640.0700.38
HSL186.47º47.22%42.35%-
HSV(B)186.47º64.15%62.35%-
XYZ18.5424.5536.56-
YUV122.04148.8581.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.66%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=15.66%
G=40.66%
B=43.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571481590.640.0700.38186.4747.2242.35
Hex39949F407026ba2f2a
Octal7122423710070462725752
Binary11100110010100100111111000000111010011010111010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39949F; }

 p { color: rgb(57,148,159); }

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

<style>
 a { background-color: #39949F; }

 a { background-color: rgb(57,148,159); }

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

<style>
 span { border-color: #39949F; }

 span { border-color: rgb(57,148,159); }

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