#3999A6

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

Shades of Scooter #3999A6

Tints of Scooter #3999A6

Color information

#3999A6 (or 0x3999A6) is unknown color: approx Scooter. HEX triplet: 39, 99 and A6. RGB value is (57,153,166). Sum of RGB (Red+Green+Blue) = 57+153+166=376 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.16% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 166 - color contains mainly: blue. Hex color #3999A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3999A6 is #C66659. Grayscale: #7D7D7D. Windows color (decimal): -13002330 or 10918201. OLE color: 10918201.

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

Color convert

RGB57153166-
CMYK0.660.0800.35
HSL187.16º48.88%43.73%-
HSV(B)187.16º65.66%65.1%-
XYZ19.9626.4140.12-
YUV125.78150.778.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.16%
GREEN value IS 153 (60.16% from 255) = 40.69%
BLUE value IS 166 (65.23% from 255) = 44.15%
R=15.16%
G=40.69%
B=44.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal571531660.660.0800.35187.1648.8843.73
Hex3999A6428023bb312c
Octal71231246102100432736154
Binary111001100110011010011010000101000010001110111011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3999A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3999A6; }

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

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

<style>
 a { background-color: #3999A6; }

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

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

<style>
 span { border-color: #3999A6; }

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

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