#376680

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

Shades of Astral #376680

Tints of Astral #376680

Color information

#376680 (or 0x376680) is unknown color: approx Astral. HEX triplet: 37, 66 and 80. RGB value is (55,102,128). Sum of RGB (Red+Green+Blue) = 55+102+128=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 128 - color contains mainly: blue. Hex color #376680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376680 is #C8997F. Grayscale: #5A5A5A. Windows color (decimal): -13146496 or 8414775. OLE color: 8414775.

HSL color Cylindrical-coordinate representation of color #376680: hue angle of 201.37º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #376680 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB55102128-
CMYK0.570.2000.50
HSL201.37º39.89%35.88%-
HSV(B)201.37º57.03%50.2%-
XYZ10.2211.8722.18-
YUV90.91148.93102.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=19.30%
G=35.79%
B=44.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal551021280.570.2000.50201.3739.8935.88
Hex3766803914032c92824
Octal6714620071240623115044
Binary11011111001101000000011100110100011001011001001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376680; }

 p { color: rgb(55,102,128); }

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

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

 a { background-color: rgb(55,102,128); }

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

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

 span { border-color: rgb(55,102,128); }

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