Shades of Astral #286B91
Tints of Astral #286B91
RGB
CMYK
RGB Variations
Color information
#286B91 (or 0x286B91) is known color: Astral. HEX triplet: 28, 6B and 91. RGB value is (40,107,145). Sum of RGB (Red+Green+Blue) = 40+107+145=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #286B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286B91 is #D7946E. Grayscale: #5B5B5B. Windows color (decimal): -14128239 or 9530152. OLE color: 9530152.
HSL color Cylindrical-coordinate representation of color #286B91: hue angle of 201.71º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #286B91 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 107 | 145 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.43 |
| HSL | 201.71º | 0.57% | 0.36% | - |
| HSV(B) | 201.71º | 0.72% | 0.57% | - |
| XYZ | 11.24 | 13.01 | 28.71 | - |
| YUV | 91.3 | 158.3 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 145 | 0.72 | 0.26 | 0 | 0.43 | 201.71 | 0.57 | 0.36 |
| Hex | 28 | 6B | 91 | 48 | 1A | 0 | 2B | CA | 39 | 24 |
| Octal | 50 | 153 | 221 | 110 | 32 | 0 | 53 | 312 | 71 | 44 |
| Binary | 101000 | 1101011 | 10010001 | 1001000 | 11010 | 0 | 101011 | 11001010 | 111001 | 100100 |
Color Harmonies of #286B91
Complementary color
Monochromatic Colors of #286B91
Black with #286B91
Text Example
Text Example
White with #286B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B91; }
p { color: rgb(40,107,145); }
H1.HeaderClassName
{
color: #286B91;
}
.AnyTagClassName
{
color: #286B91;
}
</style>
background-color css
<style>
a { background-color: #286B91; }
a { background-color: rgb(40,107,145); }
div.DivClassName
{
background-color: #286B91;
}
.BgClassName
{
background-color: #286B91;
}
</style>
border-color css
<style>
span { border-color: #286B91; }
span { border-color: rgb(40,107,145); }
td.TdClassName
{
border-color: #286B91;
}
.TagClassName
{
border-color: #286B91;
}
</style>