Shades of Astral #267294
Tints of Astral #267294
RGB
CMYK
RGB Variations
Color information
#267294 (or 0x267294) is known color: Astral. HEX triplet: 26, 72 and 94. RGB value is (38,114,148). Sum of RGB (Red+Green+Blue) = 38+114+148=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #267294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267294 is #D98D6B. Grayscale: #5E5E5E. Windows color (decimal): -14257516 or 9728550. OLE color: 9728550.
HSL color Cylindrical-coordinate representation of color #267294: hue angle of 198.55º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #267294 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 114 | 148 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.42 |
| HSL | 198.55º | 0.59% | 0.36% | - |
| HSV(B) | 198.55º | 0.74% | 0.58% | - |
| XYZ | 12.16 | 14.58 | 30.19 | - |
| YUV | 95.15 | 157.82 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 148 | 0.74 | 0.23 | 0 | 0.42 | 198.55 | 0.59 | 0.36 |
| Hex | 26 | 72 | 94 | 4A | 17 | 0 | 2A | C7 | 3B | 24 |
| Octal | 46 | 162 | 224 | 112 | 27 | 0 | 52 | 307 | 73 | 44 |
| Binary | 100110 | 1110010 | 10010100 | 1001010 | 10111 | 0 | 101010 | 11000111 | 111011 | 100100 |
Color Harmonies of #267294
Complementary color
Monochromatic Colors of #267294
Black with #267294
Text Example
Text Example
White with #267294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267294; }
p { color: rgb(38,114,148); }
H1.HeaderClassName
{
color: #267294;
}
.AnyTagClassName
{
color: #267294;
}
</style>
background-color css
<style>
a { background-color: #267294; }
a { background-color: rgb(38,114,148); }
div.DivClassName
{
background-color: #267294;
}
.BgClassName
{
background-color: #267294;
}
</style>
border-color css
<style>
span { border-color: #267294; }
span { border-color: rgb(38,114,148); }
td.TdClassName
{
border-color: #267294;
}
.TagClassName
{
border-color: #267294;
}
</style>