#396F90

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

Shades of Astral #396F90

Tints of Astral #396F90

Color information

#396F90 (or 0x396F90) is unknown color: approx Astral. HEX triplet: 39, 6F and 90. RGB value is (57,111,144). Sum of RGB (Red+Green+Blue) = 57+111+144=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #396F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396F90 is #C6906F. Grayscale: #626262. Windows color (decimal): -13013104 or 9465657. OLE color: 9465657.

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

Color convert

RGB57111144-
CMYK0.600.2300.44
HSL202.76º43.28%39.41%-
HSV(B)202.76º60.42%56.47%-
XYZ12.4114.2528.48-
YUV98.62153.6198.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.27%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 144 (56.64% from 255) = 46.15%
R=18.27%
G=35.58%
B=46.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571111440.600.2300.44202.7643.2839.41
Hex396F903C1702Ccb2b27
Octal7115722074270543135347
Binary11100111011111001000011110010111010110011001011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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