Html Css Color HEX #396D91 Astral

📋 copy color: '#396D91'

red 57 ◦ green 109 ◦ blue 145

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

Shades of Astral #396D91

Tints of Astral #396D91

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.05%

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

R = 18.33%
G = 35.05%
B = 46.62%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#396D91 (or 0x396D91) is known color: Astral. HEX triplet: 39, 6D and 91. RGB value is (57,109,145). Sum of RGB (Red+Green+Blue) = 57+109+145=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #396D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396D91 is #C6926E. Grayscale: #616161. Windows color (decimal): -13013615 or 9530681. OLE color: 9530681.

HSL color Cylindrical-coordinate representation of color #396D91: hue angle of 204.55º 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 #396D91 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 109 145 -
CMYK 0.61 0.25 0 0.43
HSL 204.55º 0.44% 0.4% -
HSV(B) 204.55º 0.61% 0.57% -
XYZ 12.27 13.85 28.82 -
YUV 97.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 57 109 145 0.61 0.25 0 0.43 204.55 0.44 0.4
Hex 39 6D 91 3D 19 0 2B CD 2C 28
Octal 71 155 221 75 31 0 53 315 54 50
Binary 111001 1101101 10010001 111101 11001 0 101011 11001101 101100 101000

Color Harmonies of #396D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D91

Black with #396D91

Text Example


Text Example

White with #396D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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