#3999A5

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

Shades of Scooter #3999A5

Tints of Scooter #3999A5

Color information

#3999A5 (or 0x3999A5) is unknown color: approx Scooter. HEX triplet: 39, 99 and A5. RGB value is (57,153,165). Sum of RGB (Red+Green+Blue) = 57+153+165=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 165 - color contains mainly: blue. Hex color #3999A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3999A5 is #C6665A. Grayscale: #7D7D7D. Windows color (decimal): -13002331 or 10852665. OLE color: 10852665.

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

Color convert

RGB57153165-
CMYK0.650.0700.35
HSL186.67º48.65%43.53%-
HSV(B)186.67º65.45%64.71%-
XYZ19.8726.3739.64-
YUV125.66150.279.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.2%
GREEN value IS 153 (60.16% from 255) = 40.8%
BLUE value IS 165 (64.84% from 255) = 44%
R=15.2%
G=40.8%
B=44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal571531650.650.0700.35186.6748.6543.53
Hex3999A5417023bb312c
Octal7123124510170432736154
Binary11100110011001101001011000001111010001110111011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3999A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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