Html Css Color HEX #376D7C Astral

📋 copy color: '#376D7C'

red 55 ◦ green 109 ◦ blue 124

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

Shades of Astral #376D7C

Tints of Astral #376D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.85%

 BLUE value IS 124 (48.83% from 255) = 43.06%

R = 19.1%
G = 37.85%
B = 43.06%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#376D7C (or 0x376D7C) is known color: Astral. HEX triplet: 37, 6D and 7C. RGB value is (55,109,124). Sum of RGB (Red+Green+Blue) = 55+109+124=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #376D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376D7C is #C89283. Grayscale: #5E5E5E. Windows color (decimal): -13144708 or 8154423. OLE color: 8154423.

HSL color Cylindrical-coordinate representation of color #376D7C: hue angle of 193.04º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #376D7C is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 109 124 -
CMYK 0.56 0.12 0 0.51
HSL 193.04º 0.39% 0.35% -
HSV(B) 193.04º 0.56% 0.49% -
XYZ 10.68 13.2 21.05 -
YUV 94.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 55 109 124 0.56 0.12 0 0.51 193.04 0.39 0.35
Hex 37 6D 7C 38 C 0 33 C1 27 23
Octal 67 155 174 70 14 0 63 301 47 43
Binary 110111 1101101 1111100 111000 1100 0 110011 11000001 100111 100011

Color Harmonies of #376D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376D7C

Black with #376D7C

Text Example


Text Example

White with #376D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376D7C; }

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

 H1.HeaderClassName
 {
   color: #376D7C;
 }
 .AnyTagClassName
 {
   color: #376D7C;
 }
</style>

background-color css

<style>
 a { background-color: #376D7C; }

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

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

border-color css

<style>
 span { border-color: #376D7C; }

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

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