#374D72

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

Shades of Astronaut #374D72

Tints of Astronaut #374D72

Color information

#374D72 (or 0x374D72) is unknown color: approx Astronaut. HEX triplet: 37, 4D and 72. RGB value is (55,77,114). Sum of RGB (Red+Green+Blue) = 55+77+114=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #374D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D72 is #C8B28D. Grayscale: #4A4A4A. Windows color (decimal): -13152910 or 7490871. OLE color: 7490871.

HSL color Cylindrical-coordinate representation of color #374D72: hue angle of 217.63º 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 #374D72 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5577114-
CMYK0.520.3200.55
HSL217.63º34.91%33.14%-
HSV(B)217.63º51.75%44.71%-
XYZ7.277.3316.95-
YUV74.64150.21113.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.36%
GREEN value IS 77 (30.47% from 255) = 31.30%
BLUE value IS 114 (44.92% from 255) = 46.34%
R=22.36%
G=31.30%
B=46.34%

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
Decimal55771140.520.3200.55217.6334.9133.14
Hex374D723420037da2321
Octal6711516264400673324341
Binary11011110011011110010110100100000011011111011010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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