Html Css Color HEX #396687 Astral

📋 copy color: '#396687'

red 57 ◦ green 102 ◦ blue 135

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

Shades of Astral #396687

Tints of Astral #396687

RGB

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

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

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

R = 19.39%
G = 34.69%
B = 45.92%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#396687 (or 0x396687) is known color: Astral. HEX triplet: 39, 66 and 87. RGB value is (57,102,135). Sum of RGB (Red+Green+Blue) = 57+102+135=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #396687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396687 is #C69978. Grayscale: #5C5C5C. Windows color (decimal): -13015417 or 8873529. OLE color: 8873529.

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

Color convert

RGB 57 102 135 -
CMYK 0.58 0.24 0 0.47
HSL 205.38º 0.41% 0.38% -
HSV(B) 205.38º 0.58% 0.53% -
XYZ 10.81 12.12 24.69 -
YUV 92.31 152.09 102.82 -
System Red Green Blue C M Y K H S L
Decimal 57 102 135 0.58 0.24 0 0.47 205.38 0.41 0.38
Hex 39 66 87 3A 18 0 2F CD 29 26
Octal 71 146 207 72 30 0 57 315 51 46
Binary 111001 1100110 10000111 111010 11000 0 101111 11001101 101001 100110

Color Harmonies of #396687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396687

Black with #396687

Text Example


Text Example

White with #396687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396687; }

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

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

background-color css

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

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

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

border-color css

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

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

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