Html Css Color HEX #396C89 Astral

📋 copy color: '#396C89'

red 57 ◦ green 108 ◦ blue 137

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

Shades of Astral #396C89

Tints of Astral #396C89

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.76%

 BLUE value IS 137 (53.91% from 255) = 45.36%

R = 18.87%
G = 35.76%
B = 45.36%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#396C89 (or 0x396C89) is known color: Astral. HEX triplet: 39, 6C and 89. RGB value is (57,108,137). Sum of RGB (Red+Green+Blue) = 57+108+137=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #396C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396C89 is #C69376. Grayscale: #5F5F5F. Windows color (decimal): -13013879 or 9006137. OLE color: 9006137.

HSL color Cylindrical-coordinate representation of color #396C89: hue angle of 201.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #396C89 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 108 137 -
CMYK 0.58 0.21 0 0.46
HSL 201.75º 0.41% 0.38% -
HSV(B) 201.75º 0.58% 0.54% -
XYZ 11.57 13.4 25.64 -
YUV 96.06 151.1 100.14 -
System Red Green Blue C M Y K H S L
Decimal 57 108 137 0.58 0.21 0 0.46 201.75 0.41 0.38
Hex 39 6C 89 3A 15 0 2E CA 29 26
Octal 71 154 211 72 25 0 56 312 51 46
Binary 111001 1101100 10001001 111010 10101 0 101110 11001010 101001 100110

Color Harmonies of #396C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C89

Black with #396C89

Text Example


Text Example

White with #396C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,108,137); }

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

background-color css

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

 a { background-color: rgb(57,108,137); }

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

border-color css

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

 span { border-color: rgb(57,108,137); }

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