#399CA6

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

Shades of Scooter #399CA6

Tints of Scooter #399CA6

Color information

#399CA6 (or 0x399CA6) is unknown color: approx Scooter. HEX triplet: 39, 9C and A6. RGB value is (57,156,166). Sum of RGB (Red+Green+Blue) = 57+156+166=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 166 - color contains mainly: blue. Hex color #399CA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399CA6 is #C66359. Grayscale: #7F7F7F. Windows color (decimal): -13001562 or 10918969. OLE color: 10918969.

HSL color Cylindrical-coordinate representation of color #399CA6: hue angle of 185.5º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #399CA6 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB57156166-
CMYK0.660.0600.35
HSL185.5º48.88%43.73%-
HSV(B)185.5º65.66%65.1%-
XYZ20.4627.440.29-
YUV127.54149.777.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.04%
GREEN value IS 156 (61.33% from 255) = 41.16%
BLUE value IS 166 (65.23% from 255) = 43.80%
R=15.04%
G=41.16%
B=43.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal571561660.660.0600.35185.548.8843.73
Hex399CA6426023ba312c
Octal7123424610260432726154
Binary11100110011100101001101000010110010001110111010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399CA6; }

 p { color: rgb(57,156,166); }

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

<style>
 a { background-color: #399CA6; }

 a { background-color: rgb(57,156,166); }

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

<style>
 span { border-color: #399CA6; }

 span { border-color: rgb(57,156,166); }

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