Shades of Astral #267193
Tints of Astral #267193
RGB
CMYK
RGB Variations
Color information
#267193 (or 0x267193) is known color: Astral. HEX triplet: 26, 71 and 93. RGB value is (38,113,147). Sum of RGB (Red+Green+Blue) = 38+113+147=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #267193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267193 is #D98E6C. Grayscale: #5E5E5E. Windows color (decimal): -14257773 or 9662758. OLE color: 9662758.
HSL color Cylindrical-coordinate representation of color #267193: hue angle of 198.72º 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 #267193 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 113 | 147 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.42 |
| HSL | 198.72º | 0.59% | 0.36% | - |
| HSV(B) | 198.72º | 0.74% | 0.58% | - |
| XYZ | 11.97 | 14.33 | 29.74 | - |
| YUV | 94.45 | 157.65 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 147 | 0.74 | 0.23 | 0 | 0.42 | 198.72 | 0.59 | 0.36 |
| Hex | 26 | 71 | 93 | 4A | 17 | 0 | 2A | C7 | 3B | 24 |
| Octal | 46 | 161 | 223 | 112 | 27 | 0 | 52 | 307 | 73 | 44 |
| Binary | 100110 | 1110001 | 10010011 | 1001010 | 10111 | 0 | 101010 | 11000111 | 111011 | 100100 |
Color Harmonies of #267193
Complementary color
Monochromatic Colors of #267193
Black with #267193
Text Example
Text Example
White with #267193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267193; }
p { color: rgb(38,113,147); }
H1.HeaderClassName
{
color: #267193;
}
.AnyTagClassName
{
color: #267193;
}
</style>
background-color css
<style>
a { background-color: #267193; }
a { background-color: rgb(38,113,147); }
div.DivClassName
{
background-color: #267193;
}
.BgClassName
{
background-color: #267193;
}
</style>
border-color css
<style>
span { border-color: #267193; }
span { border-color: rgb(38,113,147); }
td.TdClassName
{
border-color: #267193;
}
.TagClassName
{
border-color: #267193;
}
</style>