Html Css Color HEX #374A71 Astronaut

📋 copy color: '#374A71'

red 55 ◦ green 74 ◦ blue 113

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

Shades of Astronaut #374A71

Tints of Astronaut #374A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.69%

R = 22.73%
G = 30.58%
B = 46.69%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#374A71 (or 0x374A71) is known color: Astronaut. HEX triplet: 37, 4A and 71. RGB value is (55,74,113). Sum of RGB (Red+Green+Blue) = 55+74+113=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #374A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A71 is #C8B58E. Grayscale: #484848. Windows color (decimal): -13153679 or 7424567. OLE color: 7424567.

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

Color convert

RGB 55 74 113 -
CMYK 0.51 0.35 0 0.56
HSL 220.34º 0.35% 0.33% -
HSV(B) 220.34º 0.51% 0.44% -
XYZ 7 6.9 16.59 -
YUV 72.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 55 74 113 0.51 0.35 0 0.56 220.34 0.35 0.33
Hex 37 4A 71 33 23 0 38 DC 23 21
Octal 67 112 161 63 43 0 70 334 43 41
Binary 110111 1001010 1110001 110011 100011 0 111000 11011100 100011 100001

Color Harmonies of #374A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A71

Black with #374A71

Text Example


Text Example

White with #374A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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