#39849E

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

Shades of Scooter #39849E

Tints of Scooter #39849E

Color information

#39849E (or 0x39849E) is unknown color: approx Scooter. HEX triplet: 39, 84 and 9E. RGB value is (57,132,158). Sum of RGB (Red+Green+Blue) = 57+132+158=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #39849E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39849E is #C67B61. Grayscale: #707070. Windows color (decimal): -13007714 or 10388537. OLE color: 10388537.

HSL color Cylindrical-coordinate representation of color #39849E: hue angle of 195.45º 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 #39849E is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB57132158-
CMYK0.640.1600.38
HSL195.45º46.98%42.16%-
HSV(B)195.45º63.92%61.96%-
XYZ16.1119.8435.33-
YUV112.54153.6588.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.43%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=16.43%
G=38.04%
B=45.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571321580.640.1600.38195.4546.9842.16
Hex39849E4010026c32f2a
Octal71204236100200463035752
Binary1110011000010010011110100000010000010011011000011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39849E; }

 p { color: rgb(57,132,158); }

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

<style>
 a { background-color: #39849E; }

 a { background-color: rgb(57,132,158); }

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

<style>
 span { border-color: #39849E; }

 span { border-color: rgb(57,132,158); }

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