#374E72

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

Shades of Astronaut #374E72

Tints of Astronaut #374E72

Color information

#374E72 (or 0x374E72) is unknown color: approx Astronaut. HEX triplet: 37, 4E and 72. RGB value is (55,78,114). Sum of RGB (Red+Green+Blue) = 55+78+114=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #374E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E72 is #C8B18D. Grayscale: #4B4B4B. Windows color (decimal): -13152654 or 7491127. OLE color: 7491127.

HSL color Cylindrical-coordinate representation of color #374E72: hue angle of 216.61º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #374E72 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5578114-
CMYK0.520.3200.55
HSL216.61º34.91%33.14%-
HSV(B)216.61º51.75%44.71%-
XYZ7.347.4816.98-
YUV75.23149.88113.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 78 (30.86% from 255) = 31.58%
BLUE value IS 114 (44.92% from 255) = 46.15%
R=22.27%
G=31.58%
B=46.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55781140.520.3200.55216.6134.9133.14
Hex374E723420037d92321
Octal6711616264400673314341
Binary11011110011101110010110100100000011011111011001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,78,114); }

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

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

 a { background-color: rgb(55,78,114); }

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

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

 span { border-color: rgb(55,78,114); }

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