Html Css Color HEX #395076 Astronaut

📋 copy color: '#395076'

red 57 ◦ green 80 ◦ blue 118

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

Shades of Astronaut #395076

Tints of Astronaut #395076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.37%

 BLUE value IS 118 (46.48% from 255) = 46.27%

R = 22.35%
G = 31.37%
B = 46.27%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#395076 (or 0x395076) is known color: Astronaut. HEX triplet: 39, 50 and 76. RGB value is (57,80,118). Sum of RGB (Red+Green+Blue) = 57+80+118=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #395076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395076 is #C6AF89. Grayscale: #4D4D4D. Windows color (decimal): -13021066 or 7753785. OLE color: 7753785.

HSL color Cylindrical-coordinate representation of color #395076: hue angle of 217.38º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #395076 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 80 118 -
CMYK 0.52 0.32 0 0.54
HSL 217.38º 0.35% 0.34% -
HSV(B) 217.38º 0.52% 0.46% -
XYZ 7.83 7.92 18.25 -
YUV 77.46 150.88 113.41 -
System Red Green Blue C M Y K H S L
Decimal 57 80 118 0.52 0.32 0 0.54 217.38 0.35 0.34
Hex 39 50 76 34 20 0 36 D9 23 22
Octal 71 120 166 64 40 0 66 331 43 42
Binary 111001 1010000 1110110 110100 100000 0 110110 11011001 100011 100010

Color Harmonies of #395076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395076

Black with #395076

Text Example


Text Example

White with #395076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395076; }

 p { color: rgb(57,80,118); }

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

background-color css

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

 a { background-color: rgb(57,80,118); }

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

border-color css

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

 span { border-color: rgb(57,80,118); }

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