Html Css Color HEX #374D74 Astronaut

📋 copy color: '#374D74'

red 55 ◦ green 77 ◦ blue 116

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

Shades of Astronaut #374D74

Tints of Astronaut #374D74

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.05%

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

R = 22.18%
G = 31.05%
B = 46.77%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#374D74 (or 0x374D74) is known color: Astronaut. HEX triplet: 37, 4D and 74. RGB value is (55,77,116). Sum of RGB (Red+Green+Blue) = 55+77+116=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #374D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D74 is #C8B28B. Grayscale: #4A4A4A. Windows color (decimal): -13152908 or 7621943. OLE color: 7621943.

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

Color convert

RGB 55 77 116 -
CMYK 0.53 0.34 0 0.55
HSL 218.36º 0.36% 0.34% -
HSV(B) 218.36º 0.53% 0.45% -
XYZ 7.38 7.38 17.56 -
YUV 74.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 55 77 116 0.53 0.34 0 0.55 218.36 0.36 0.34
Hex 37 4D 74 35 22 0 37 DA 24 22
Octal 67 115 164 65 42 0 67 332 44 42
Binary 110111 1001101 1110100 110101 100010 0 110111 11011010 100100 100010

Color Harmonies of #374D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D74

Black with #374D74

Text Example


Text Example

White with #374D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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