#374A75

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

Shades of Astronaut #374A75

Tints of Astronaut #374A75

Color information

#374A75 (or 0x374A75) is unknown color: approx Astronaut. HEX triplet: 37, 4A and 75. RGB value is (55,74,117). Sum of RGB (Red+Green+Blue) = 55+74+117=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #374A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A75 is #C8B58A. Grayscale: #494949. Windows color (decimal): -13153675 or 7686711. OLE color: 7686711.

HSL color Cylindrical-coordinate representation of color #374A75: hue angle of 221.61º 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 #374A75 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5574117-
CMYK0.530.3700.54
HSL221.61º36.05%33.73%-
HSV(B)221.61º52.99%45.88%-
XYZ7.246.9917.8-
YUV73.22152.71115-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.36%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=22.36%
G=30.08%
B=47.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55741170.530.3700.54221.6136.0533.73
Hex374A753525036de2422
Octal6711216565450663364442
Binary11011110010101110101110101100101011011011011110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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