#394F74

Color #394F74 Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #394F74

Tints of Astronaut #394F74

Color information

#394F74 (or 0x394F74) is unknown color: approx Astronaut. HEX triplet: 39, 4F and 74. RGB value is (57,79,116). Sum of RGB (Red+Green+Blue) = 57+79+116=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #394F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F74 is #C6B08B. Grayscale: #4C4C4C. Windows color (decimal): -13021324 or 7622457. OLE color: 7622457.

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

Color convert

RGB5779116-
CMYK0.510.3200.55
HSL217.63º34.1%33.92%-
HSV(B)217.63º50.86%45.49%-
XYZ7.647.7217.61-
YUV76.64150.21113.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 79 (31.25% from 255) = 31.35%
BLUE value IS 116 (45.70% from 255) = 46.03%
R=22.62%
G=31.35%
B=46.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57791160.510.3200.55217.6334.133.92
Hex394F743320037da2222
Octal7111716463400673324242
Binary11100110011111110100110011100000011011111011010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,79,116); }

 H1.HeaderClassName
 {
   color: #394F74;
 }
 .AnyTagClassName
 {
   color: #394F74;
 }
</style>
background-color css

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

 a { background-color: rgb(57,79,116); }

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

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

 span { border-color: rgb(57,79,116); }

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