Html Css Color HEX #396882 Astral

📋 copy color: '#396882'

red 57 ◦ green 104 ◦ blue 130

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

Shades of Astral #396882

Tints of Astral #396882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.67%

R = 19.59%
G = 35.74%
B = 44.67%

CMYK

 C value IS 0.56

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#396882 (or 0x396882) is known color: Astral. HEX triplet: 39, 68 and 82. RGB value is (57,104,130). Sum of RGB (Red+Green+Blue) = 57+104+130=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #396882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396882 is #C6977D. Grayscale: #5C5C5C. Windows color (decimal): -13014910 or 8546361. OLE color: 8546361.

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

Color convert

RGB 57 104 130 -
CMYK 0.56 0.2 0 0.49
HSL 201.37º 0.39% 0.37% -
HSV(B) 201.37º 0.56% 0.51% -
XYZ 10.67 12.38 22.95 -
YUV 92.91 148.93 102.39 -
System Red Green Blue C M Y K H S L
Decimal 57 104 130 0.56 0.2 0 0.49 201.37 0.39 0.37
Hex 39 68 82 38 14 0 31 C9 27 25
Octal 71 150 202 70 24 0 61 311 47 45
Binary 111001 1101000 10000010 111000 10100 0 110001 11001001 100111 100101

Color Harmonies of #396882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396882

Black with #396882

Text Example


Text Example

White with #396882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396882; }

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

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

background-color css

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

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

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

border-color css

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

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

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