Html Css Color HEX #396881 Astral

📋 copy color: '#396881'

red 57 ◦ green 104 ◦ blue 129

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

Shades of Astral #396881

Tints of Astral #396881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.86%

 BLUE value IS 129 (50.78% from 255) = 44.48%

R = 19.66%
G = 35.86%
B = 44.48%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#396881 (or 0x396881) is known color: Astral. HEX triplet: 39, 68 and 81. RGB value is (57,104,129). Sum of RGB (Red+Green+Blue) = 57+104+129=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 129 - color contains mainly: blue. Hex color #396881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396881 is #C6977E. Grayscale: #5C5C5C. Windows color (decimal): -13014911 or 8480825. OLE color: 8480825.

HSL color Cylindrical-coordinate representation of color #396881: hue angle of 200.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #396881 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 104 129 -
CMYK 0.56 0.19 0 0.49
HSL 200.83º 0.39% 0.36% -
HSV(B) 200.83º 0.56% 0.51% -
XYZ 10.6 12.36 22.6 -
YUV 92.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 57 104 129 0.56 0.19 0 0.49 200.83 0.39 0.36
Hex 39 68 81 38 13 0 31 C9 27 24
Octal 71 150 201 70 23 0 61 311 47 44
Binary 111001 1101000 10000001 111000 10011 0 110001 11001001 100111 100100

Color Harmonies of #396881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396881

Black with #396881

Text Example


Text Example

White with #396881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396881; }

 p { color: rgb(57,104,129); }

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

background-color css

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

 a { background-color: rgb(57,104,129); }

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

border-color css

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

 span { border-color: rgb(57,104,129); }

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