#374B6C

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

Shades of Astronaut #374B6C

Tints of Astronaut #374B6C

Color information

#374B6C (or 0x374B6C) is unknown color: approx Astronaut. HEX triplet: 37, 4B and 6C. RGB value is (55,75,108). Sum of RGB (Red+Green+Blue) = 55+75+108=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #374B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B6C is #C8B493. Grayscale: #484848. Windows color (decimal): -13153428 or 7097143. OLE color: 7097143.

HSL color Cylindrical-coordinate representation of color #374B6C: hue angle of 217.36º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #374B6C is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5575108-
CMYK0.490.3100.58
HSL217.36º32.52%31.96%-
HSV(B)217.36º49.07%42.35%-
XYZ6.86.9315.17-
YUV72.78147.87115.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 75 (29.69% from 255) = 31.51%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=23.11%
G=31.51%
B=45.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55751080.490.3100.58217.3632.5231.96
Hex374B6C311F03Ad92120
Octal6711315461370723314140
Binary1101111001011110110011000111111011101011011001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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