#396690

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

Shades of Astral #396690

Tints of Astral #396690

Color information

#396690 (or 0x396690) is unknown color: approx Astral. HEX triplet: 39, 66 and 90. RGB value is (57,102,144). Sum of RGB (Red+Green+Blue) = 57+102+144=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #396690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396690 is #C6996F. Grayscale: #5D5D5D. Windows color (decimal): -13015408 or 9463353. OLE color: 9463353.

HSL color Cylindrical-coordinate representation of color #396690: hue angle of 208.97º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #396690 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57102144-
CMYK0.600.2900.44
HSL208.97º43.28%39.41%-
HSV(B)208.97º60.42%56.47%-
XYZ11.4712.3928.17-
YUV93.33156.59102.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 144 (56.64% from 255) = 47.52%
R=18.81%
G=33.66%
B=47.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571021440.600.2900.44208.9743.2839.41
Hex3966903C1D02Cd12b27
Octal7114622074350543215347
Binary11100111001101001000011110011101010110011010001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396690; }

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

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

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

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

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

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

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

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