#374C70

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

Shades of Astronaut #374C70

Tints of Astronaut #374C70

Color information

#374C70 (or 0x374C70) is unknown color: approx Astronaut. HEX triplet: 37, 4C and 70. RGB value is (55,76,112). Sum of RGB (Red+Green+Blue) = 55+76+112=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #374C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C70 is #C8B38F. Grayscale: #494949. Windows color (decimal): -13153168 or 7359543. OLE color: 7359543.

HSL color Cylindrical-coordinate representation of color #374C70: hue angle of 217.89º degrees, saturation: 0.34, 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 #374C70 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5576112-
CMYK0.510.3200.56
HSL217.89º34.13%32.75%-
HSV(B)217.89º50.89%43.92%-
XYZ7.087.1516.34-
YUV73.82149.54114.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=22.63%
G=31.28%
B=46.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55761120.510.3200.56217.8934.1332.75
Hex374C703320038da2221
Octal6711416063400703324241
Binary11011110011001110000110011100000011100011011010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,76,112); }

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

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

 a { background-color: rgb(55,76,112); }

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

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

 span { border-color: rgb(55,76,112); }

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