Html Css Color HEX #374C6D Astronaut

📋 copy color: '#374C6D'

red 55 ◦ green 76 ◦ blue 109

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

Shades of Astronaut #374C6D

Tints of Astronaut #374C6D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.67%

 BLUE value IS 109 (42.97% from 255) = 45.42%

R = 22.92%
G = 31.67%
B = 45.42%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#374C6D (or 0x374C6D) is known color: Astronaut. HEX triplet: 37, 4C and 6D. RGB value is (55,76,109). Sum of RGB (Red+Green+Blue) = 55+76+109=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #374C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C6D is #C8B392. Grayscale: #494949. Windows color (decimal): -13153171 or 7162935. OLE color: 7162935.

HSL color Cylindrical-coordinate representation of color #374C6D: hue angle of 216.67º 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 #374C6D is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 76 109 -
CMYK 0.50 0.30 0 0.57
HSL 216.67º 0.33% 0.32% -
HSV(B) 216.67º 0.5% 0.43% -
XYZ 6.92 7.09 15.47 -
YUV 73.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 55 76 109 0.50 0.30 0 0.57 216.67 0.33 0.32
Hex 37 4C 6D 32 1E 0 39 D9 21 20
Octal 67 114 155 62 36 0 71 331 41 40
Binary 110111 1001100 1101101 110010 11110 0 111001 11011001 100001 100000

Color Harmonies of #374C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C6D

Black with #374C6D

Text Example


Text Example

White with #374C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,76,109); }

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

background-color css

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

 a { background-color: rgb(55,76,109); }

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

border-color css

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

 span { border-color: rgb(55,76,109); }

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