#39859E

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

Shades of Scooter #39859E

Tints of Scooter #39859E

Color information

#39859E (or 0x39859E) is unknown color: approx Scooter. HEX triplet: 39, 85 and 9E. RGB value is (57,133,158). Sum of RGB (Red+Green+Blue) = 57+133+158=348 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.38% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #39859E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39859E is #C67A61. Grayscale: #707070. Windows color (decimal): -13007458 or 10388793. OLE color: 10388793.

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

Color convert

RGB57133158-
CMYK0.640.1600.38
HSL194.85º46.98%42.16%-
HSV(B)194.85º63.92%61.96%-
XYZ16.2520.1135.37-
YUV113.13153.3287.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.38%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=16.38%
G=38.22%
B=45.40%

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
Decimal571331580.640.1600.38194.8546.9842.16
Hex39859E4010026c32f2a
Octal71205236100200463035752
Binary1110011000010110011110100000010000010011011000011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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