#296785

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

Shades of Astral #296785

Tints of Astral #296785

Color information

#296785 (or 0x296785) is unknown color: approx Astral. HEX triplet: 29, 67 and 85. RGB value is (41,103,133). Sum of RGB (Red+Green+Blue) = 41+103+133=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #296785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296785 is #D6987A. Grayscale: #575757. Windows color (decimal): -14063739 or 8742697. OLE color: 8742697.

HSL color Cylindrical-coordinate representation of color #296785: hue angle of 199.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #296785 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB41103133-
CMYK0.690.2300.48
HSL199.57º52.87%34.12%-
HSV(B)199.57º69.17%52.16%-
XYZ1011.8723.95-
YUV87.88153.4694.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.80%
GREEN value IS 103 (40.62% from 255) = 37.18%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=14.80%
G=37.18%
B=48.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411031330.690.2300.48199.5752.8734.12
Hex2967854517030c83522
Octal51147205105270603106542
Binary101001110011110000101100010110111011000011001000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296785; }

 p { color: rgb(41,103,133); }

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

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

 a { background-color: rgb(41,103,133); }

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

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

 span { border-color: rgb(41,103,133); }

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