#374B6F

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

Shades of Astronaut #374B6F

Tints of Astronaut #374B6F

Color information

#374B6F (or 0x374B6F) is unknown color: approx Astronaut. HEX triplet: 37, 4B and 6F. RGB value is (55,75,111). Sum of RGB (Red+Green+Blue) = 55+75+111=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 111 - color contains mainly: blue. Hex color #374B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B6F is #C8B490. Grayscale: #484848. Windows color (decimal): -13153425 or 7293751. OLE color: 7293751.

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

Color convert

RGB5575111-
CMYK0.500.3200.56
HSL218.57º33.73%32.55%-
HSV(B)218.57º50.45%43.53%-
XYZ6.966.9916.02-
YUV73.12149.37115.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 111 (43.75% from 255) = 46.06%
R=22.82%
G=31.12%
B=46.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55751110.500.3200.56218.5733.7332.55
Hex374B6F3220038db2221
Octal6711315762400703334241
Binary11011110010111101111110010100000011100011011011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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