#3990A4

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

Shades of Scooter #3990A4

Tints of Scooter #3990A4

Color information

#3990A4 (or 0x3990A4) is unknown color: approx Scooter. HEX triplet: 39, 90 and A4. RGB value is (57,144,164). Sum of RGB (Red+Green+Blue) = 57+144+164=365 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.62% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 164 - color contains mainly: blue. Hex color #3990A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3990A4 is #C66F5B. Grayscale: #787878. Windows color (decimal): -13004636 or 10784825. OLE color: 10784825.

HSL color Cylindrical-coordinate representation of color #3990A4: hue angle of 191.21º 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 #3990A4 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB57144164-
CMYK0.650.1200.36
HSL191.21º48.42%43.33%-
HSV(B)191.21º65.24%64.31%-
XYZ18.3623.538.69-
YUV120.27152.6882.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.62%
GREEN value IS 144 (56.64% from 255) = 39.45%
BLUE value IS 164 (64.45% from 255) = 44.93%
R=15.62%
G=39.45%
B=44.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal571441640.650.1200.36191.2148.4243.33
Hex3990A441C024bf302b
Octal71220244101140442776053
Binary111001100100001010010010000011100010010010111111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3990A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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