Html Css Color HEX #374D6E Astronaut

📋 copy color: '#374D6E'

red 55 ◦ green 77 ◦ blue 110

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

Shades of Astronaut #374D6E

Tints of Astronaut #374D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.45%

R = 22.73%
G = 31.82%
B = 45.45%

CMYK

 C value IS 0.5

 M value IS 0.3

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#374D6E (or 0x374D6E) is known color: Astronaut. HEX triplet: 37, 4D and 6E. RGB value is (55,77,110). Sum of RGB (Red+Green+Blue) = 55+77+110=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #374D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D6E is #C8B291. Grayscale: #4A4A4A. Windows color (decimal): -13152914 or 7228727. OLE color: 7228727.

HSL color Cylindrical-coordinate representation of color #374D6E: hue angle of 216º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #374D6E is Cyan = 0.5, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 77 110 -
CMYK 0.5 0.3 0 0.57
HSL 216º 0.33% 0.32% -
HSV(B) 216º 0.5% 0.43% -
XYZ 7.04 7.25 15.78 -
YUV 74.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 55 77 110 0.5 0.3 0 0.57 216 0.33 0.32
Hex 37 4D 6E 32 1E 0 39 D8 21 20
Octal 67 115 156 62 36 0 71 330 41 40
Binary 110111 1001101 1101110 110010 11110 0 111001 11011000 100001 100000

Color Harmonies of #374D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D6E

Black with #374D6E

Text Example


Text Example

White with #374D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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