#374F71

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

Shades of Astronaut #374F71

Tints of Astronaut #374F71

Color information

#374F71 (or 0x374F71) is unknown color: approx Astronaut. HEX triplet: 37, 4F and 71. RGB value is (55,79,113). Sum of RGB (Red+Green+Blue) = 55+79+113=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #374F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F71 is #C8B08E. Grayscale: #4B4B4B. Windows color (decimal): -13152399 or 7425847. OLE color: 7425847.

HSL color Cylindrical-coordinate representation of color #374F71: hue angle of 215.17º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #374F71 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5579113-
CMYK0.510.3000.56
HSL215.17º34.52%32.94%-
HSV(B)215.17º51.33%44.31%-
XYZ7.357.616.7-
YUV75.7149.05113.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 113 (44.53% from 255) = 45.75%
R=22.27%
G=31.98%
B=45.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55791130.510.3000.56215.1734.5232.94
Hex374F71331E038d72321
Octal6711716163360703274341
Binary1101111001111111000111001111110011100011010111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374F71; }

 p { color: rgb(55,79,113); }

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

<style>
 a { background-color: #374F71; }

 a { background-color: rgb(55,79,113); }

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

<style>
 span { border-color: #374F71; }

 span { border-color: rgb(55,79,113); }

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