Html Css Color HEX #376791 Astral

📋 copy color: '#376791'

red 55 ◦ green 103 ◦ blue 145

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

Shades of Astral #376791

Tints of Astral #376791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

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

R = 18.15%
G = 33.99%
B = 47.85%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#376791 (or 0x376791) is known color: Astral. HEX triplet: 37, 67 and 91. RGB value is (55,103,145). Sum of RGB (Red+Green+Blue) = 55+103+145=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #376791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376791 is #C8986E. Grayscale: #5D5D5D. Windows color (decimal): -13146223 or 9529143. OLE color: 9529143.

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

Color convert

RGB 55 103 145 -
CMYK 0.62 0.29 0 0.43
HSL 208º 0.45% 0.39% -
HSV(B) 208º 0.62% 0.57% -
XYZ 11.54 12.56 28.6 -
YUV 93.44 157.1 100.58 -
System Red Green Blue C M Y K H S L
Decimal 55 103 145 0.62 0.29 0 0.43 208 0.45 0.39
Hex 37 67 91 3E 1D 0 2B D0 2D 27
Octal 67 147 221 76 35 0 53 320 55 47
Binary 110111 1100111 10010001 111110 11101 0 101011 11010000 101101 100111

Color Harmonies of #376791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376791

Black with #376791

Text Example


Text Example

White with #376791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376791; }

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

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

background-color css

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

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

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

border-color css

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

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

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