#376790

Color #376790 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #376790

Tints of Astral #376790

Color information

#376790 (or 0x376790) is unknown color: approx Astral. HEX triplet: 37, 67 and 90. RGB value is (55,103,144). Sum of RGB (Red+Green+Blue) = 55+103+144=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #376790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376790 is #C8986F. Grayscale: #5D5D5D. Windows color (decimal): -13146224 or 9463607. OLE color: 9463607.

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

Color convert

RGB55103144-
CMYK0.620.2800.44
HSL207.64º44.72%39.02%-
HSV(B)207.64º61.81%56.47%-
XYZ11.4612.5328.2-
YUV93.32156.6100.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.21%
GREEN value IS 103 (40.62% from 255) = 34.11%
BLUE value IS 144 (56.64% from 255) = 47.68%
R=18.21%
G=34.11%
B=47.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551031440.620.2800.44207.6444.7239.02
Hex3767903E1C02Cd02d27
Octal6714722076340543205547
Binary11011111001111001000011111011100010110011010000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376790; }

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

 H1.HeaderClassName
 {
   color: #376790;
 }
 .AnyTagClassName
 {
   color: #376790;
 }
</style>
background-color css

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

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

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

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

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

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