Html Css Color HEX #376990 Astral

📋 copy color: '#376990'

red 55 ◦ green 105 ◦ blue 144

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

Shades of Astral #376990

Tints of Astral #376990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.54%

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

R = 18.09%
G = 34.54%
B = 47.37%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#376990 (or 0x376990) is known color: Astral. HEX triplet: 37, 69 and 90. RGB value is (55,105,144). Sum of RGB (Red+Green+Blue) = 55+105+144=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #376990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376990 is #C8966F. Grayscale: #5E5E5E. Windows color (decimal): -13145712 or 9464119. OLE color: 9464119.

HSL color Cylindrical-coordinate representation of color #376990: hue angle of 206.29º 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 #376990 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 105 144 -
CMYK 0.62 0.27 0 0.44
HSL 206.29º 0.45% 0.39% -
HSV(B) 206.29º 0.62% 0.56% -
XYZ 11.66 12.93 28.27 -
YUV 94.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 55 105 144 0.62 0.27 0 0.44 206.29 0.45 0.39
Hex 37 69 90 3E 1B 0 2C CE 2D 27
Octal 67 151 220 76 33 0 54 316 55 47
Binary 110111 1101001 10010000 111110 11011 0 101100 11001110 101101 100111

Color Harmonies of #376990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376990

Black with #376990

Text Example


Text Example

White with #376990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376990; }

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

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

background-color css

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

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

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

border-color css

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

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

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