Shades of Astral #276D91
Tints of Astral #276D91
RGB
CMYK
RGB Variations
Color information
#276D91 (or 0x276D91) is known color: Astral. HEX triplet: 27, 6D and 91. RGB value is (39,109,145). Sum of RGB (Red+Green+Blue) = 39+109+145=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #276D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276D91 is #D8926E. Grayscale: #5B5B5B. Windows color (decimal): -14193263 or 9530663. OLE color: 9530663.
HSL color Cylindrical-coordinate representation of color #276D91: hue angle of 200.38º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #276D91 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 109 | 145 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.43 |
| HSL | 200.38º | 0.58% | 0.36% | - |
| HSV(B) | 200.38º | 0.73% | 0.57% | - |
| XYZ | 11.42 | 13.41 | 28.78 | - |
| YUV | 92.17 | 157.81 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 145 | 0.73 | 0.25 | 0 | 0.43 | 200.38 | 0.58 | 0.36 |
| Hex | 27 | 6D | 91 | 49 | 19 | 0 | 2B | C8 | 3A | 24 |
| Octal | 47 | 155 | 221 | 111 | 31 | 0 | 53 | 310 | 72 | 44 |
| Binary | 100111 | 1101101 | 10010001 | 1001001 | 11001 | 0 | 101011 | 11001000 | 111010 | 100100 |
Color Harmonies of #276D91
Complementary color
Monochromatic Colors of #276D91
Black with #276D91
Text Example
Text Example
White with #276D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D91; }
p { color: rgb(39,109,145); }
H1.HeaderClassName
{
color: #276D91;
}
.AnyTagClassName
{
color: #276D91;
}
</style>
background-color css
<style>
a { background-color: #276D91; }
a { background-color: rgb(39,109,145); }
div.DivClassName
{
background-color: #276D91;
}
.BgClassName
{
background-color: #276D91;
}
</style>
border-color css
<style>
span { border-color: #276D91; }
span { border-color: rgb(39,109,145); }
td.TdClassName
{
border-color: #276D91;
}
.TagClassName
{
border-color: #276D91;
}
</style>