Html Css Color HEX #396E91 Astral

📋 copy color: '#396E91'

red 57 ◦ green 110 ◦ blue 145

#396E91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #396E91

Tints of Astral #396E91

RGB

 RED value IS 57 (22.66% from 255) = 18.27%

 GREEN value IS 110 (43.36% from 255) = 35.26%

 BLUE value IS 145 (57.03% from 255) = 46.47%

R = 18.27%
G = 35.26%
B = 46.47%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#396E91 (or 0x396E91) is known color: Astral. HEX triplet: 39, 6E and 91. RGB value is (57,110,145). Sum of RGB (Red+Green+Blue) = 57+110+145=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #396E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396E91 is #C6916E. Grayscale: #616161. Windows color (decimal): -13013359 or 9530937. OLE color: 9530937.

HSL color Cylindrical-coordinate representation of color #396E91: hue angle of 203.86º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396E91 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 110 145 -
CMYK 0.61 0.24 0 0.43
HSL 203.86º 0.44% 0.4% -
HSV(B) 203.86º 0.61% 0.57% -
XYZ 12.37 14.07 28.85 -
YUV 98.14 154.44 98.65 -
System Red Green Blue C M Y K H S L
Decimal 57 110 145 0.61 0.24 0 0.43 203.86 0.44 0.4
Hex 39 6E 91 3D 18 0 2B CC 2C 28
Octal 71 156 221 75 30 0 53 314 54 50
Binary 111001 1101110 10010001 111101 11000 0 101011 11001100 101100 101000

Color Harmonies of #396E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396E91

Black with #396E91

Text Example


Text Example

White with #396E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,110,145); }

 H1.HeaderClassName
 {
   color: #396E91;
 }
 .AnyTagClassName
 {
   color: #396E91;
 }
</style>

background-color css

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

 a { background-color: rgb(57,110,145); }

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

border-color css

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

 span { border-color: rgb(57,110,145); }

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