Html Css Color HEX #374E72 Astronaut

📋 copy color: '#374E72'

red 55 ◦ green 78 ◦ blue 114

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

Shades of Astronaut #374E72

Tints of Astronaut #374E72

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.58%

 BLUE value IS 114 (44.92% from 255) = 46.15%

R = 22.27%
G = 31.58%
B = 46.15%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#374E72 (or 0x374E72) is known color: Astronaut. HEX triplet: 37, 4E and 72. RGB value is (55,78,114). Sum of RGB (Red+Green+Blue) = 55+78+114=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #374E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E72 is #C8B18D. Grayscale: #4B4B4B. Windows color (decimal): -13152654 or 7491127. OLE color: 7491127.

HSL color Cylindrical-coordinate representation of color #374E72: hue angle of 216.61º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #374E72 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 78 114 -
CMYK 0.52 0.32 0 0.55
HSL 216.61º 0.35% 0.33% -
HSV(B) 216.61º 0.52% 0.45% -
XYZ 7.34 7.48 16.98 -
YUV 75.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 55 78 114 0.52 0.32 0 0.55 216.61 0.35 0.33
Hex 37 4E 72 34 20 0 37 D9 23 21
Octal 67 116 162 64 40 0 67 331 43 41
Binary 110111 1001110 1110010 110100 100000 0 110111 11011001 100011 100001

Color Harmonies of #374E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E72

Black with #374E72

Text Example


Text Example

White with #374E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,78,114); }

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

background-color css

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

 a { background-color: rgb(55,78,114); }

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

border-color css

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

 span { border-color: rgb(55,78,114); }

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