Html Css Color HEX #376E83 Astral

📋 copy color: '#376E83'

red 55 ◦ green 110 ◦ blue 131

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

Shades of Astral #376E83

Tints of Astral #376E83

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.16%

 BLUE value IS 131 (51.56% from 255) = 44.26%

R = 18.58%
G = 37.16%
B = 44.26%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#376E83 (or 0x376E83) is known color: Astral. HEX triplet: 37, 6E and 83. RGB value is (55,110,131). Sum of RGB (Red+Green+Blue) = 55+110+131=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #376E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376E83 is #C8917C. Grayscale: #5F5F5F. Windows color (decimal): -13144445 or 8613431. OLE color: 8613431.

HSL color Cylindrical-coordinate representation of color #376E83: hue angle of 196.58º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #376E83 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 110 131 -
CMYK 0.58 0.16 0 0.49
HSL 196.58º 0.41% 0.36% -
HSV(B) 196.58º 0.58% 0.51% -
XYZ 11.25 13.6 23.51 -
YUV 95.95 147.78 98.79 -
System Red Green Blue C M Y K H S L
Decimal 55 110 131 0.58 0.16 0 0.49 196.58 0.41 0.36
Hex 37 6E 83 3A 10 0 31 C5 29 24
Octal 67 156 203 72 20 0 61 305 51 44
Binary 110111 1101110 10000011 111010 10000 0 110001 11000101 101001 100100

Color Harmonies of #376E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376E83

Black with #376E83

Text Example


Text Example

White with #376E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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