Shades of Astral #267A8D
Tints of Astral #267A8D
RGB
CMYK
RGB Variations
Color information
#267A8D (or 0x267A8D) is known color: Astral. HEX triplet: 26, 7A and 8D. RGB value is (38,122,141). Sum of RGB (Red+Green+Blue) = 38+122+141=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #267A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267A8D is #D98572. Grayscale: #626262. Windows color (decimal): -14255475 or 9271846. OLE color: 9271846.
HSL color Cylindrical-coordinate representation of color #267A8D: hue angle of 191.07º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #267A8D is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 122 | 141 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.45 |
| HSL | 191.07º | 0.58% | 0.35% | - |
| HSV(B) | 191.07º | 0.73% | 0.55% | - |
| XYZ | 12.57 | 16.25 | 27.67 | - |
| YUV | 99.05 | 151.67 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 122 | 141 | 0.73 | 0.13 | 0 | 0.45 | 191.07 | 0.58 | 0.35 |
| Hex | 26 | 7A | 8D | 49 | D | 0 | 2D | BF | 3A | 23 |
| Octal | 46 | 172 | 215 | 111 | 15 | 0 | 55 | 277 | 72 | 43 |
| Binary | 100110 | 1111010 | 10001101 | 1001001 | 1101 | 0 | 101101 | 10111111 | 111010 | 100011 |
Color Harmonies of #267A8D
Complementary color
Monochromatic Colors of #267A8D
Black with #267A8D
Text Example
Text Example
White with #267A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267A8D; }
p { color: rgb(38,122,141); }
H1.HeaderClassName
{
color: #267A8D;
}
.AnyTagClassName
{
color: #267A8D;
}
</style>
background-color css
<style>
a { background-color: #267A8D; }
a { background-color: rgb(38,122,141); }
div.DivClassName
{
background-color: #267A8D;
}
.BgClassName
{
background-color: #267A8D;
}
</style>
border-color css
<style>
span { border-color: #267A8D; }
span { border-color: rgb(38,122,141); }
td.TdClassName
{
border-color: #267A8D;
}
.TagClassName
{
border-color: #267A8D;
}
</style>