Html Css Color HEX #376E90 Astral

📋 copy color: '#376E90'

red 55 ◦ green 110 ◦ blue 144

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

Shades of Astral #376E90

Tints of Astral #376E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.6%

R = 17.8%
G = 35.6%
B = 46.6%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#376E90 (or 0x376E90) is known color: Astral. HEX triplet: 37, 6E and 90. RGB value is (55,110,144). Sum of RGB (Red+Green+Blue) = 55+110+144=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #376E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376E90 is #C8916F. Grayscale: #616161. Windows color (decimal): -13144432 or 9465399. OLE color: 9465399.

HSL color Cylindrical-coordinate representation of color #376E90: hue angle of 202.92º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #376E90 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 110 144 -
CMYK 0.62 0.24 0 0.44
HSL 202.92º 0.45% 0.39% -
HSV(B) 202.92º 0.62% 0.56% -
XYZ 12.19 13.98 28.44 -
YUV 97.43 154.28 97.74 -
System Red Green Blue C M Y K H S L
Decimal 55 110 144 0.62 0.24 0 0.44 202.92 0.45 0.39
Hex 37 6E 90 3E 18 0 2C CB 2D 27
Octal 67 156 220 76 30 0 54 313 55 47
Binary 110111 1101110 10010000 111110 11000 0 101100 11001011 101101 100111

Color Harmonies of #376E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376E90

Black with #376E90

Text Example


Text Example

White with #376E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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