#396B90

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

Shades of Astral #396B90

Tints of Astral #396B90

Color information

#396B90 (or 0x396B90) is unknown color: approx Astral. HEX triplet: 39, 6B and 90. RGB value is (57,107,144). Sum of RGB (Red+Green+Blue) = 57+107+144=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #396B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396B90 is #C6946F. Grayscale: #606060. Windows color (decimal): -13014128 or 9464633. OLE color: 9464633.

HSL color Cylindrical-coordinate representation of color #396B90: hue angle of 205.52º 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 #396B90 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57107144-
CMYK0.600.2600.44
HSL205.52º43.28%39.41%-
HSV(B)205.52º60.42%56.47%-
XYZ11.9813.428.34-
YUV96.27154.9499.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.51%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 144 (56.64% from 255) = 46.75%
R=18.51%
G=34.74%
B=46.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571071440.600.2600.44205.5243.2839.41
Hex396B903C1A02Cce2b27
Octal7115322074320543165347
Binary11100111010111001000011110011010010110011001110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396B90; }

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

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

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

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

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

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

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

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