#374B6E

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

Shades of Astronaut #374B6E

Tints of Astronaut #374B6E

Color information

#374B6E (or 0x374B6E) is unknown color: approx Astronaut. HEX triplet: 37, 4B and 6E. RGB value is (55,75,110). Sum of RGB (Red+Green+Blue) = 55+75+110=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #374B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B6E is #C8B491. Grayscale: #484848. Windows color (decimal): -13153426 or 7228215. OLE color: 7228215.

HSL color Cylindrical-coordinate representation of color #374B6E: hue angle of 218.18º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #374B6E is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5575110-
CMYK0.50.3200.57
HSL218.18º33.33%32.35%-
HSV(B)218.18º50%43.14%-
XYZ6.916.9715.73-
YUV73.01148.87115.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 110 (43.36% from 255) = 45.83%
R=22.92%
G=31.25%
B=45.83%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55751100.50.3200.57218.1833.3332.35
Hex374B6E3220039da2120
Octal6711315662400713324140
Binary11011110010111101110110010100000011100111011010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,75,110); }

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

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

 a { background-color: rgb(55,75,110); }

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

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

 span { border-color: rgb(55,75,110); }

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