#39959F

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

Shades of Scooter #39959F

Tints of Scooter #39959F

Color information

#39959F (or 0x39959F) is unknown color: approx Scooter. HEX triplet: 39, 95 and 9F. RGB value is (57,149,159). Sum of RGB (Red+Green+Blue) = 57+149+159=365 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.62% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #39959F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39959F is #C66A60. Grayscale: #7A7A7A. Windows color (decimal): -13003361 or 10458425. OLE color: 10458425.

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

Color convert

RGB57149159-
CMYK0.640.0600.38
HSL185.88º47.22%42.35%-
HSV(B)185.88º64.15%62.35%-
XYZ18.6924.8736.62-
YUV122.63148.5281.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.62%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=15.62%
G=40.82%
B=43.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571491590.640.0600.38185.8847.2242.35
Hex39959F406026ba2f2a
Octal7122523710060462725752
Binary11100110010101100111111000000110010011010111010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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