Html Css Color HEX #396C88 Astral

📋 copy color: '#396C88'

red 57 ◦ green 108 ◦ blue 136

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

Shades of Astral #396C88

Tints of Astral #396C88

RGB

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

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

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

R = 18.94%
G = 35.88%
B = 45.18%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#396C88 (or 0x396C88) is known color: Astral. HEX triplet: 39, 6C and 88. RGB value is (57,108,136). Sum of RGB (Red+Green+Blue) = 57+108+136=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #396C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396C88 is #C69377. Grayscale: #5F5F5F. Windows color (decimal): -13013880 or 8940601. OLE color: 8940601.

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

Color convert

RGB 57 108 136 -
CMYK 0.58 0.21 0 0.47
HSL 201.27º 0.41% 0.38% -
HSV(B) 201.27º 0.58% 0.53% -
XYZ 11.49 13.37 25.27 -
YUV 95.94 150.6 100.22 -
System Red Green Blue C M Y K H S L
Decimal 57 108 136 0.58 0.21 0 0.47 201.27 0.41 0.38
Hex 39 6C 88 3A 15 0 2F C9 29 26
Octal 71 154 210 72 25 0 57 311 51 46
Binary 111001 1101100 10001000 111010 10101 0 101111 11001001 101001 100110

Color Harmonies of #396C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C88

Black with #396C88

Text Example


Text Example

White with #396C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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