#3996A4

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

Shades of Scooter #3996A4

Tints of Scooter #3996A4

Color information

#3996A4 (or 0x3996A4) is unknown color: approx Scooter. HEX triplet: 39, 96 and A4. RGB value is (57,150,164). Sum of RGB (Red+Green+Blue) = 57+150+164=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #3996A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3996A4 is #C6695B. Grayscale: #7B7B7B. Windows color (decimal): -13003100 or 10786361. OLE color: 10786361.

HSL color Cylindrical-coordinate representation of color #3996A4: hue angle of 187.85º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3996A4 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB57150164-
CMYK0.650.0900.36
HSL187.85º48.42%43.33%-
HSV(B)187.85º65.24%64.31%-
XYZ19.2925.3639-
YUV123.79150.6980.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.36%
GREEN value IS 150 (58.98% from 255) = 40.43%
BLUE value IS 164 (64.45% from 255) = 44.20%
R=15.36%
G=40.43%
B=44.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal571501640.650.0900.36187.8548.4243.33
Hex3996A4419024bc302b
Octal71226244101110442746053
Binary111001100101101010010010000011001010010010111100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3996A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3996A4; }

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

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

<style>
 a { background-color: #3996A4; }

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

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

<style>
 span { border-color: #3996A4; }

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

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