#374B75

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

Shades of Astronaut #374B75

Tints of Astronaut #374B75

Color information

#374B75 (or 0x374B75) is unknown color: approx Astronaut. HEX triplet: 37, 4B and 75. RGB value is (55,75,117). Sum of RGB (Red+Green+Blue) = 55+75+117=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #374B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B75 is #C8B48A. Grayscale: #494949. Windows color (decimal): -13153419 or 7686967. OLE color: 7686967.

HSL color Cylindrical-coordinate representation of color #374B75: hue angle of 220.65º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #374B75 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5575117-
CMYK0.530.3600.54
HSL220.65º36.05%33.73%-
HSV(B)220.65º52.99%45.88%-
XYZ7.37.1317.82-
YUV73.81152.37114.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 75 (29.69% from 255) = 30.36%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=22.27%
G=30.36%
B=47.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55751170.530.3600.54220.6536.0533.73
Hex374B753524036dd2422
Octal6711316565440663354442
Binary11011110010111110101110101100100011011011011101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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