Shades of Astral #267C91
Tints of Astral #267C91
RGB
CMYK
RGB Variations
Color information
#267C91 (or 0x267C91) is known color: Astral. HEX triplet: 26, 7C and 91. RGB value is (38,124,145). Sum of RGB (Red+Green+Blue) = 38+124+145=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #267C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267C91 is #D9836E. Grayscale: #646464. Windows color (decimal): -14254959 or 9534502. OLE color: 9534502.
HSL color Cylindrical-coordinate representation of color #267C91: hue angle of 191.78º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #267C91 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 124 | 145 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.43 |
| HSL | 191.78º | 0.58% | 0.36% | - |
| HSV(B) | 191.78º | 0.74% | 0.57% | - |
| XYZ | 13.12 | 16.87 | 29.35 | - |
| YUV | 100.68 | 153.01 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 145 | 0.74 | 0.14 | 0 | 0.43 | 191.78 | 0.58 | 0.36 |
| Hex | 26 | 7C | 91 | 4A | E | 0 | 2B | C0 | 3A | 24 |
| Octal | 46 | 174 | 221 | 112 | 16 | 0 | 53 | 300 | 72 | 44 |
| Binary | 100110 | 1111100 | 10010001 | 1001010 | 1110 | 0 | 101011 | 11000000 | 111010 | 100100 |
Color Harmonies of #267C91
Complementary color
Monochromatic Colors of #267C91
Black with #267C91
Text Example
Text Example
White with #267C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267C91; }
p { color: rgb(38,124,145); }
H1.HeaderClassName
{
color: #267C91;
}
.AnyTagClassName
{
color: #267C91;
}
</style>
background-color css
<style>
a { background-color: #267C91; }
a { background-color: rgb(38,124,145); }
div.DivClassName
{
background-color: #267C91;
}
.BgClassName
{
background-color: #267C91;
}
</style>
border-color css
<style>
span { border-color: #267C91; }
span { border-color: rgb(38,124,145); }
td.TdClassName
{
border-color: #267C91;
}
.TagClassName
{
border-color: #267C91;
}
</style>