Html Css Color HEX #396688 Astral

📋 copy color: '#396688'

red 57 ◦ green 102 ◦ blue 136

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

Shades of Astral #396688

Tints of Astral #396688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.58%

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

R = 19.32%
G = 34.58%
B = 46.1%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#396688 (or 0x396688) is known color: Astral. HEX triplet: 39, 66 and 88. RGB value is (57,102,136). Sum of RGB (Red+Green+Blue) = 57+102+136=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #396688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396688 is #C69977. Grayscale: #5C5C5C. Windows color (decimal): -13015416 or 8939065. OLE color: 8939065.

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

Color convert

RGB 57 102 136 -
CMYK 0.58 0.25 0 0.47
HSL 205.82º 0.41% 0.38% -
HSV(B) 205.82º 0.58% 0.53% -
XYZ 10.88 12.15 25.06 -
YUV 92.42 152.59 102.74 -
System Red Green Blue C M Y K H S L
Decimal 57 102 136 0.58 0.25 0 0.47 205.82 0.41 0.38
Hex 39 66 88 3A 19 0 2F CE 29 26
Octal 71 146 210 72 31 0 57 316 51 46
Binary 111001 1100110 10001000 111010 11001 0 101111 11001110 101001 100110

Color Harmonies of #396688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396688

Black with #396688

Text Example


Text Example

White with #396688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396688; }

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

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

background-color css

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

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

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

border-color css

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

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

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