Html Css Color HEX #376590 Astral

📋 copy color: '#376590'

red 55 ◦ green 101 ◦ blue 144

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

Shades of Astral #376590

Tints of Astral #376590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

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

R = 18.33%
G = 33.67%
B = 48%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#376590 (or 0x376590) is known color: Astral. HEX triplet: 37, 65 and 90. RGB value is (55,101,144). Sum of RGB (Red+Green+Blue) = 55+101+144=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #376590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376590 is #C89A6F. Grayscale: #5B5B5B. Windows color (decimal): -13146736 or 9463095. OLE color: 9463095.

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

Color convert

RGB 55 101 144 -
CMYK 0.62 0.30 0 0.44
HSL 208.99º 0.45% 0.39% -
HSV(B) 208.99º 0.62% 0.56% -
XYZ 11.26 12.13 28.13 -
YUV 92.15 157.26 101.5 -
System Red Green Blue C M Y K H S L
Decimal 55 101 144 0.62 0.30 0 0.44 208.99 0.45 0.39
Hex 37 65 90 3E 1E 0 2C D1 2D 27
Octal 67 145 220 76 36 0 54 321 55 47
Binary 110111 1100101 10010000 111110 11110 0 101100 11010001 101101 100111

Color Harmonies of #376590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376590

Black with #376590

Text Example


Text Example

White with #376590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376590; }

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

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

background-color css

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

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

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

border-color css

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

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

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