#39969F

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

Shades of Scooter #39969F

Tints of Scooter #39969F

Color information

#39969F (or 0x39969F) is unknown color: approx Scooter. HEX triplet: 39, 96 and 9F. RGB value is (57,150,159). Sum of RGB (Red+Green+Blue) = 57+150+159=366 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.57% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #39969F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39969F is #C66960. Grayscale: #7B7B7B. Windows color (decimal): -13003105 or 10458681. OLE color: 10458681.

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

Color convert

RGB57150159-
CMYK0.640.0600.38
HSL185.29º47.22%42.35%-
HSV(B)185.29º64.15%62.35%-
XYZ18.8525.1936.67-
YUV123.22148.1980.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.57%
GREEN value IS 150 (58.98% from 255) = 40.98%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=15.57%
G=40.98%
B=43.44%

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
Decimal571501590.640.0600.38185.2947.2242.35
Hex39969F406026b92f2a
Octal7122623710060462715752
Binary11100110010110100111111000000110010011010111001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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