Html Css Color HEX #374A74 Astronaut

📋 copy color: '#374A74'

red 55 ◦ green 74 ◦ blue 116

#374A74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut #374A74

Tints of Astronaut #374A74

RGB

 RED value IS 55 (21.88% from 255) = 22.45%

 GREEN value IS 74 (29.3% from 255) = 30.2%

 BLUE value IS 116 (45.7% from 255) = 47.35%

R = 22.45%
G = 30.2%
B = 47.35%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#374A74 (or 0x374A74) is known color: Astronaut. HEX triplet: 37, 4A and 74. RGB value is (55,74,116). Sum of RGB (Red+Green+Blue) = 55+74+116=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #374A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A74 is #C8B58B. Grayscale: #484848. Windows color (decimal): -13153676 or 7621175. OLE color: 7621175.

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

Color convert

RGB 55 74 116 -
CMYK 0.53 0.36 0 0.55
HSL 221.31º 0.36% 0.34% -
HSV(B) 221.31º 0.53% 0.45% -
XYZ 7.18 6.97 17.49 -
YUV 73.11 152.21 115.08 -
System Red Green Blue C M Y K H S L
Decimal 55 74 116 0.53 0.36 0 0.55 221.31 0.36 0.34
Hex 37 4A 74 35 24 0 37 DD 24 22
Octal 67 112 164 65 44 0 67 335 44 42
Binary 110111 1001010 1110100 110101 100100 0 110111 11011101 100100 100010

Color Harmonies of #374A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A74

Black with #374A74

Text Example


Text Example

White with #374A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #374A74;
 }
 .AnyTagClassName
 {
   color: #374A74;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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