Html Css Color HEX #376891 Astral

📋 copy color: '#376891'

red 55 ◦ green 104 ◦ blue 145

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

Shades of Astral #376891

Tints of Astral #376891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.21%

 BLUE value IS 145 (57.03% from 255) = 47.7%

R = 18.09%
G = 34.21%
B = 47.7%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#376891 (or 0x376891) is known color: Astral. HEX triplet: 37, 68 and 91. RGB value is (55,104,145). Sum of RGB (Red+Green+Blue) = 55+104+145=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #376891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376891 is #C8976E. Grayscale: #5D5D5D. Windows color (decimal): -13145967 or 9529399. OLE color: 9529399.

HSL color Cylindrical-coordinate representation of color #376891: hue angle of 207.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #376891 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 104 145 -
CMYK 0.62 0.28 0 0.43
HSL 207.33º 0.45% 0.39% -
HSV(B) 207.33º 0.62% 0.57% -
XYZ 11.64 12.76 28.64 -
YUV 94.02 156.77 100.17 -
System Red Green Blue C M Y K H S L
Decimal 55 104 145 0.62 0.28 0 0.43 207.33 0.45 0.39
Hex 37 68 91 3E 1C 0 2B CF 2D 27
Octal 67 150 221 76 34 0 53 317 55 47
Binary 110111 1101000 10010001 111110 11100 0 101011 11001111 101101 100111

Color Harmonies of #376891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376891

Black with #376891

Text Example


Text Example

White with #376891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376891; }

 p { color: rgb(55,104,145); }

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

background-color css

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

 a { background-color: rgb(55,104,145); }

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

border-color css

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

 span { border-color: rgb(55,104,145); }

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