Html Css Color HEX #396988 Astral

📋 copy color: '#396988'

red 57 ◦ green 105 ◦ blue 136

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

Shades of Astral #396988

Tints of Astral #396988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.64%

R = 19.13%
G = 35.23%
B = 45.64%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#396988 (or 0x396988) is known color: Astral. HEX triplet: 39, 69 and 88. RGB value is (57,105,136). Sum of RGB (Red+Green+Blue) = 57+105+136=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #396988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396988 is #C69677. Grayscale: #5E5E5E. Windows color (decimal): -13014648 or 8939833. OLE color: 8939833.

HSL color Cylindrical-coordinate representation of color #396988: hue angle of 203.54º 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 #396988 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 105 136 -
CMYK 0.58 0.23 0 0.47
HSL 203.54º 0.41% 0.38% -
HSV(B) 203.54º 0.58% 0.53% -
XYZ 11.18 12.75 25.16 -
YUV 94.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 57 105 136 0.58 0.23 0 0.47 203.54 0.41 0.38
Hex 39 69 88 3A 17 0 2F CC 29 26
Octal 71 151 210 72 27 0 57 314 51 46
Binary 111001 1101001 10001000 111010 10111 0 101111 11001100 101001 100110

Color Harmonies of #396988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396988

Black with #396988

Text Example


Text Example

White with #396988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396988; }

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

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

background-color css

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

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

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

border-color css

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

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

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