Html Css Color HEX #396885 Astral

📋 copy color: '#396885'

red 57 ◦ green 104 ◦ blue 133

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

Shades of Astral #396885

Tints of Astral #396885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.24%

R = 19.39%
G = 35.37%
B = 45.24%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#396885 (or 0x396885) is known color: Astral. HEX triplet: 39, 68 and 85. RGB value is (57,104,133). Sum of RGB (Red+Green+Blue) = 57+104+133=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #396885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396885 is #C6977A. Grayscale: #5D5D5D. Windows color (decimal): -13014907 or 8742969. OLE color: 8742969.

HSL color Cylindrical-coordinate representation of color #396885: hue angle of 202.89º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #396885 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 104 133 -
CMYK 0.57 0.22 0 0.48
HSL 202.89º 0.4% 0.37% -
HSV(B) 202.89º 0.57% 0.52% -
XYZ 10.87 12.46 24.02 -
YUV 93.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 57 104 133 0.57 0.22 0 0.48 202.89 0.4 0.37
Hex 39 68 85 39 16 0 30 CB 28 25
Octal 71 150 205 71 26 0 60 313 50 45
Binary 111001 1101000 10000101 111001 10110 0 110000 11001011 101000 100101

Color Harmonies of #396885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396885

Black with #396885

Text Example


Text Example

White with #396885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396885; }

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

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

background-color css

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

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

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

border-color css

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

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

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