Html Css Color HEX #394C6E Astronaut

📋 copy color: '#394C6E'

red 57 ◦ green 76 ◦ blue 110

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

Shades of Astronaut #394C6E

Tints of Astronaut #394C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.27%

R = 23.46%
G = 31.28%
B = 45.27%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#394C6E (or 0x394C6E) is known color: Astronaut. HEX triplet: 39, 4C and 6E. RGB value is (57,76,110). Sum of RGB (Red+Green+Blue) = 57+76+110=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #394C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C6E is #C6B391. Grayscale: #4A4A4A. Windows color (decimal): -13022098 or 7228473. OLE color: 7228473.

HSL color Cylindrical-coordinate representation of color #394C6E: hue angle of 218.49º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #394C6E is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 76 110 -
CMYK 0.48 0.31 0 0.57
HSL 218.49º 0.32% 0.33% -
HSV(B) 218.49º 0.48% 0.43% -
XYZ 7.09 7.16 15.76 -
YUV 74.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 57 76 110 0.48 0.31 0 0.57 218.49 0.32 0.33
Hex 39 4C 6E 30 1F 0 39 DA 20 21
Octal 71 114 156 60 37 0 71 332 40 41
Binary 111001 1001100 1101110 110000 11111 0 111001 11011010 100000 100001

Color Harmonies of #394C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C6E

Black with #394C6E

Text Example


Text Example

White with #394C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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