Html Css Color HEX #374C6C Astronaut

📋 copy color: '#374C6C'

red 55 ◦ green 76 ◦ blue 108

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

Shades of Astronaut #374C6C

Tints of Astronaut #374C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.19%

R = 23.01%
G = 31.8%
B = 45.19%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#374C6C (or 0x374C6C) is known color: Astronaut. HEX triplet: 37, 4C and 6C. RGB value is (55,76,108). Sum of RGB (Red+Green+Blue) = 55+76+108=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #374C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C6C is #C8B393. Grayscale: #494949. Windows color (decimal): -13153172 or 7097399. OLE color: 7097399.

HSL color Cylindrical-coordinate representation of color #374C6C: hue angle of 216.23º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #374C6C is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 76 108 -
CMYK 0.49 0.30 0 0.58
HSL 216.23º 0.33% 0.32% -
HSV(B) 216.23º 0.49% 0.42% -
XYZ 6.87 7.06 15.19 -
YUV 73.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 55 76 108 0.49 0.30 0 0.58 216.23 0.33 0.32
Hex 37 4C 6C 31 1E 0 3A D8 21 20
Octal 67 114 154 61 36 0 72 330 41 40
Binary 110111 1001100 1101100 110001 11110 0 111010 11011000 100001 100000

Color Harmonies of #374C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C6C

Black with #374C6C

Text Example


Text Example

White with #374C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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