Shades of Astral #267190
Tints of Astral #267190
RGB
CMYK
RGB Variations
Color information
#267190 (or 0x267190) is known color: Astral. HEX triplet: 26, 71 and 90. RGB value is (38,113,144). Sum of RGB (Red+Green+Blue) = 38+113+144=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #267190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267190 is #D98E6F. Grayscale: #5D5D5D. Windows color (decimal): -14257776 or 9466150. OLE color: 9466150.
HSL color Cylindrical-coordinate representation of color #267190: hue angle of 197.55º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #267190 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 113 | 144 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.44 |
| HSL | 197.55º | 0.58% | 0.36% | - |
| HSV(B) | 197.55º | 0.74% | 0.56% | - |
| XYZ | 11.74 | 14.24 | 28.51 | - |
| YUV | 94.11 | 156.15 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 144 | 0.74 | 0.22 | 0 | 0.44 | 197.55 | 0.58 | 0.36 |
| Hex | 26 | 71 | 90 | 4A | 16 | 0 | 2C | C6 | 3A | 24 |
| Octal | 46 | 161 | 220 | 112 | 26 | 0 | 54 | 306 | 72 | 44 |
| Binary | 100110 | 1110001 | 10010000 | 1001010 | 10110 | 0 | 101100 | 11000110 | 111010 | 100100 |
Color Harmonies of #267190
Complementary color
Monochromatic Colors of #267190
Black with #267190
Text Example
Text Example
White with #267190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267190; }
p { color: rgb(38,113,144); }
H1.HeaderClassName
{
color: #267190;
}
.AnyTagClassName
{
color: #267190;
}
</style>
background-color css
<style>
a { background-color: #267190; }
a { background-color: rgb(38,113,144); }
div.DivClassName
{
background-color: #267190;
}
.BgClassName
{
background-color: #267190;
}
</style>
border-color css
<style>
span { border-color: #267190; }
span { border-color: rgb(38,113,144); }
td.TdClassName
{
border-color: #267190;
}
.TagClassName
{
border-color: #267190;
}
</style>