Shades of Astral #296C92
Tints of Astral #296C92
RGB
CMYK
RGB Variations
Color information
#296C92 (or 0x296C92) is known color: Astral. HEX triplet: 29, 6C and 92. RGB value is (41,108,146). Sum of RGB (Red+Green+Blue) = 41+108+146=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #296C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C92 is #D6936D. Grayscale: #5C5C5C. Windows color (decimal): -14062446 or 9595945. OLE color: 9595945.
HSL color Cylindrical-coordinate representation of color #296C92: hue angle of 201.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #296C92 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 108 | 146 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.43 |
| HSL | 201.71º | 0.56% | 0.37% | - |
| HSV(B) | 201.71º | 0.72% | 0.57% | - |
| XYZ | 11.47 | 13.27 | 29.15 | - |
| YUV | 92.3 | 158.3 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 146 | 0.72 | 0.26 | 0 | 0.43 | 201.71 | 0.56 | 0.37 |
| Hex | 29 | 6C | 92 | 48 | 1A | 0 | 2B | CA | 38 | 25 |
| Octal | 51 | 154 | 222 | 110 | 32 | 0 | 53 | 312 | 70 | 45 |
| Binary | 101001 | 1101100 | 10010010 | 1001000 | 11010 | 0 | 101011 | 11001010 | 111000 | 100101 |
Color Harmonies of #296C92
Complementary color
Monochromatic Colors of #296C92
Black with #296C92
Text Example
Text Example
White with #296C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296C92; }
p { color: rgb(41,108,146); }
H1.HeaderClassName
{
color: #296C92;
}
.AnyTagClassName
{
color: #296C92;
}
</style>
background-color css
<style>
a { background-color: #296C92; }
a { background-color: rgb(41,108,146); }
div.DivClassName
{
background-color: #296C92;
}
.BgClassName
{
background-color: #296C92;
}
</style>
border-color css
<style>
span { border-color: #296C92; }
span { border-color: rgb(41,108,146); }
td.TdClassName
{
border-color: #296C92;
}
.TagClassName
{
border-color: #296C92;
}
</style>