Html Css Color HEX #394C75 Astronaut

📋 copy color: '#394C75'

red 57 ◦ green 76 ◦ blue 117

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

Shades of Astronaut #394C75

Tints of Astronaut #394C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.4%

 BLUE value IS 117 (46.09% from 255) = 46.8%

R = 22.8%
G = 30.4%
B = 46.8%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#394C75 (or 0x394C75) is known color: Astronaut. HEX triplet: 39, 4C and 75. RGB value is (57,76,117). Sum of RGB (Red+Green+Blue) = 57+76+117=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #394C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C75 is #C6B38A. Grayscale: #4A4A4A. Windows color (decimal): -13022091 or 7687225. OLE color: 7687225.

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

Color convert

RGB 57 76 117 -
CMYK 0.51 0.35 0 0.54
HSL 221º 0.34% 0.34% -
HSV(B) 221º 0.51% 0.46% -
XYZ 7.48 7.32 17.85 -
YUV 74.99 151.71 115.17 -
System Red Green Blue C M Y K H S L
Decimal 57 76 117 0.51 0.35 0 0.54 221 0.34 0.34
Hex 39 4C 75 33 23 0 36 DD 22 22
Octal 71 114 165 63 43 0 66 335 42 42
Binary 111001 1001100 1110101 110011 100011 0 110110 11011101 100010 100010

Color Harmonies of #394C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C75

Black with #394C75

Text Example


Text Example

White with #394C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394C75; }

 p { color: rgb(57,76,117); }

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

background-color css

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

 a { background-color: rgb(57,76,117); }

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

border-color css

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

 span { border-color: rgb(57,76,117); }

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