Html Css Color HEX #394B72 Astronaut

📋 copy color: '#394B72'

red 57 ◦ green 75 ◦ blue 114

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

Shades of Astronaut #394B72

Tints of Astronaut #394B72

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.49%

 BLUE value IS 114 (44.92% from 255) = 46.34%

R = 23.17%
G = 30.49%
B = 46.34%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#394B72 (or 0x394B72) is known color: Astronaut. HEX triplet: 39, 4B and 72. RGB value is (57,75,114). Sum of RGB (Red+Green+Blue) = 57+75+114=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #394B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394B72 is #C6B48D. Grayscale: #494949. Windows color (decimal): -13022350 or 7490361. OLE color: 7490361.

HSL color Cylindrical-coordinate representation of color #394B72: hue angle of 221.05º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #394B72 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 75 114 -
CMYK 0.50 0.34 0 0.55
HSL 221.05º 0.33% 0.34% -
HSV(B) 221.05º 0.5% 0.45% -
XYZ 7.24 7.12 16.91 -
YUV 74.06 150.54 115.83 -
System Red Green Blue C M Y K H S L
Decimal 57 75 114 0.50 0.34 0 0.55 221.05 0.33 0.34
Hex 39 4B 72 32 22 0 37 DD 21 22
Octal 71 113 162 62 42 0 67 335 41 42
Binary 111001 1001011 1110010 110010 100010 0 110111 11011101 100001 100010

Color Harmonies of #394B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394B72

Black with #394B72

Text Example


Text Example

White with #394B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,75,114); }

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

background-color css

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

 a { background-color: rgb(57,75,114); }

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

border-color css

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

 span { border-color: rgb(57,75,114); }

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