Html Css Color HEX #396987 Astral

📋 copy color: '#396987'

red 57 ◦ green 105 ◦ blue 135

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

Shades of Astral #396987

Tints of Astral #396987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.35%

 BLUE value IS 135 (53.13% from 255) = 45.45%

R = 19.19%
G = 35.35%
B = 45.45%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#396987 (or 0x396987) is known color: Astral. HEX triplet: 39, 69 and 87. RGB value is (57,105,135). Sum of RGB (Red+Green+Blue) = 57+105+135=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #396987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396987 is #C69678. Grayscale: #5D5D5D. Windows color (decimal): -13014649 or 8874297. OLE color: 8874297.

HSL color Cylindrical-coordinate representation of color #396987: hue angle of 203.08º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #396987 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 105 135 -
CMYK 0.58 0.22 0 0.47
HSL 203.08º 0.41% 0.38% -
HSV(B) 203.08º 0.58% 0.53% -
XYZ 11.11 12.72 24.79 -
YUV 94.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 57 105 135 0.58 0.22 0 0.47 203.08 0.41 0.38
Hex 39 69 87 3A 16 0 2F CB 29 26
Octal 71 151 207 72 26 0 57 313 51 46
Binary 111001 1101001 10000111 111010 10110 0 101111 11001011 101001 100110

Color Harmonies of #396987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396987

Black with #396987

Text Example


Text Example

White with #396987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396987; }

 p { color: rgb(57,105,135); }

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

background-color css

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

 a { background-color: rgb(57,105,135); }

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

border-color css

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

 span { border-color: rgb(57,105,135); }

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