Shades of Astral #267993
Tints of Astral #267993
RGB
CMYK
RGB Variations
Color information
#267993 (or 0x267993) is known color: Astral. HEX triplet: 26, 79 and 93. RGB value is (38,121,147). Sum of RGB (Red+Green+Blue) = 38+121+147=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #267993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267993 is #D9866C. Grayscale: #626262. Windows color (decimal): -14255725 or 9664806. OLE color: 9664806.
HSL color Cylindrical-coordinate representation of color #267993: hue angle of 194.31º 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 #267993 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 121 | 147 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.42 |
| HSL | 194.31º | 0.59% | 0.36% | - |
| HSV(B) | 194.31º | 0.74% | 0.58% | - |
| XYZ | 12.9 | 16.19 | 30.05 | - |
| YUV | 99.15 | 155 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 121 | 147 | 0.74 | 0.18 | 0 | 0.42 | 194.31 | 0.59 | 0.36 |
| Hex | 26 | 79 | 93 | 4A | 12 | 0 | 2A | C2 | 3B | 24 |
| Octal | 46 | 171 | 223 | 112 | 22 | 0 | 52 | 302 | 73 | 44 |
| Binary | 100110 | 1111001 | 10010011 | 1001010 | 10010 | 0 | 101010 | 11000010 | 111011 | 100100 |
Color Harmonies of #267993
Complementary color
Monochromatic Colors of #267993
Black with #267993
Text Example
Text Example
White with #267993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267993; }
p { color: rgb(38,121,147); }
H1.HeaderClassName
{
color: #267993;
}
.AnyTagClassName
{
color: #267993;
}
</style>
background-color css
<style>
a { background-color: #267993; }
a { background-color: rgb(38,121,147); }
div.DivClassName
{
background-color: #267993;
}
.BgClassName
{
background-color: #267993;
}
</style>
border-color css
<style>
span { border-color: #267993; }
span { border-color: rgb(38,121,147); }
td.TdClassName
{
border-color: #267993;
}
.TagClassName
{
border-color: #267993;
}
</style>