Html Css Color HEX #394A6E Astronaut

📋 copy color: '#394A6E'

red 57 ◦ green 74 ◦ blue 110

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

Shades of Astronaut #394A6E

Tints of Astronaut #394A6E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.71%

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

R = 23.65%
G = 30.71%
B = 45.64%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#394A6E (or 0x394A6E) is known color: Astronaut. HEX triplet: 39, 4A and 6E. RGB value is (57,74,110). Sum of RGB (Red+Green+Blue) = 57+74+110=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #394A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A6E is #C6B591. Grayscale: #484848. Windows color (decimal): -13022610 or 7227961. OLE color: 7227961.

HSL color Cylindrical-coordinate representation of color #394A6E: hue angle of 220.75º 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 #394A6E is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 74 110 -
CMYK 0.48 0.33 0 0.57
HSL 220.75º 0.32% 0.33% -
HSV(B) 220.75º 0.48% 0.43% -
XYZ 6.95 6.89 15.72 -
YUV 73.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 57 74 110 0.48 0.33 0 0.57 220.75 0.32 0.33
Hex 39 4A 6E 30 21 0 39 DD 20 21
Octal 71 112 156 60 41 0 71 335 40 41
Binary 111001 1001010 1101110 110000 100001 0 111001 11011101 100000 100001

Color Harmonies of #394A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394A6E

Black with #394A6E

Text Example


Text Example

White with #394A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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