#374A70

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

Shades of Astronaut #374A70

Tints of Astronaut #374A70

Color information

#374A70 (or 0x374A70) is unknown color: approx Astronaut. HEX triplet: 37, 4A and 70. RGB value is (55,74,112). Sum of RGB (Red+Green+Blue) = 55+74+112=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #374A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A70 is #C8B58F. Grayscale: #484848. Windows color (decimal): -13153680 or 7359031. OLE color: 7359031.

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

Color convert

RGB5574112-
CMYK0.510.3400.56
HSL220º34.13%32.75%-
HSV(B)220º50.89%43.92%-
XYZ6.956.8816.29-
YUV72.65150.21115.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 74 (29.30% from 255) = 30.71%
BLUE value IS 112 (44.14% from 255) = 46.47%
R=22.82%
G=30.71%
B=46.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55741120.510.3400.5622034.1332.75
Hex374A703322038dc2221
Octal6711216063420703344241
Binary11011110010101110000110011100010011100011011100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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