#399AA6

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

Shades of Scooter #399AA6

Tints of Scooter #399AA6

Color information

#399AA6 (or 0x399AA6) is unknown color: approx Scooter. HEX triplet: 39, 9A and A6. RGB value is (57,154,166). Sum of RGB (Red+Green+Blue) = 57+154+166=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 166 - color contains mainly: blue. Hex color #399AA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399AA6 is #C66559. Grayscale: #7E7E7E. Windows color (decimal): -13002074 or 10918457. OLE color: 10918457.

HSL color Cylindrical-coordinate representation of color #399AA6: hue angle of 186.61º 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 #399AA6 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB57154166-
CMYK0.660.0700.35
HSL186.61º48.88%43.73%-
HSV(B)186.61º65.66%65.1%-
XYZ20.1326.7340.18-
YUV126.36150.3678.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.12%
GREEN value IS 154 (60.55% from 255) = 40.85%
BLUE value IS 166 (65.23% from 255) = 44.03%
R=15.12%
G=40.85%
B=44.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal571541660.660.0700.35186.6148.8843.73
Hex399AA6427023bb312c
Octal7123224610270432736154
Binary11100110011010101001101000010111010001110111011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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