Shades of Astral #267491
Tints of Astral #267491
RGB
CMYK
RGB Variations
Color information
#267491 (or 0x267491) is known color: Astral. HEX triplet: 26, 74 and 91. RGB value is (38,116,145). Sum of RGB (Red+Green+Blue) = 38+116+145=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #267491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267491 is #D98B6E. Grayscale: #5F5F5F. Windows color (decimal): -14257007 or 9532454. OLE color: 9532454.
HSL color Cylindrical-coordinate representation of color #267491: hue angle of 196.26º 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 #267491 is Cyan = 0.74, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 116 | 145 | - |
| CMYK | 0.74 | 0.2 | 0 | 0.43 |
| HSL | 196.26º | 0.58% | 0.36% | - |
| HSV(B) | 196.26º | 0.74% | 0.57% | - |
| XYZ | 12.16 | 14.95 | 29.03 | - |
| YUV | 95.98 | 155.66 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 116 | 145 | 0.74 | 0.2 | 0 | 0.43 | 196.26 | 0.58 | 0.36 |
| Hex | 26 | 74 | 91 | 4A | 14 | 0 | 2B | C4 | 3A | 24 |
| Octal | 46 | 164 | 221 | 112 | 24 | 0 | 53 | 304 | 72 | 44 |
| Binary | 100110 | 1110100 | 10010001 | 1001010 | 10100 | 0 | 101011 | 11000100 | 111010 | 100100 |
Color Harmonies of #267491
Complementary color
Monochromatic Colors of #267491
Black with #267491
Text Example
Text Example
White with #267491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267491; }
p { color: rgb(38,116,145); }
H1.HeaderClassName
{
color: #267491;
}
.AnyTagClassName
{
color: #267491;
}
</style>
background-color css
<style>
a { background-color: #267491; }
a { background-color: rgb(38,116,145); }
div.DivClassName
{
background-color: #267491;
}
.BgClassName
{
background-color: #267491;
}
</style>
border-color css
<style>
span { border-color: #267491; }
span { border-color: rgb(38,116,145); }
td.TdClassName
{
border-color: #267491;
}
.TagClassName
{
border-color: #267491;
}
</style>