Shades of Astral #267B8E
Tints of Astral #267B8E
RGB
CMYK
RGB Variations
Color information
#267B8E (or 0x267B8E) is known color: Astral. HEX triplet: 26, 7B and 8E. RGB value is (38,123,142). Sum of RGB (Red+Green+Blue) = 38+123+142=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #267B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267B8E is #D98471. Grayscale: #636363. Windows color (decimal): -14255218 or 9337638. OLE color: 9337638.
HSL color Cylindrical-coordinate representation of color #267B8E: hue angle of 190.96º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #267B8E is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 123 | 142 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.44 |
| HSL | 190.96º | 0.58% | 0.35% | - |
| HSV(B) | 190.96º | 0.73% | 0.56% | - |
| XYZ | 12.76 | 16.53 | 28.11 | - |
| YUV | 99.75 | 151.84 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 142 | 0.73 | 0.13 | 0 | 0.44 | 190.96 | 0.58 | 0.35 |
| Hex | 26 | 7B | 8E | 49 | D | 0 | 2C | BF | 3A | 23 |
| Octal | 46 | 173 | 216 | 111 | 15 | 0 | 54 | 277 | 72 | 43 |
| Binary | 100110 | 1111011 | 10001110 | 1001001 | 1101 | 0 | 101100 | 10111111 | 111010 | 100011 |
Color Harmonies of #267B8E
Complementary color
Monochromatic Colors of #267B8E
Black with #267B8E
Text Example
Text Example
White with #267B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267B8E; }
p { color: rgb(38,123,142); }
H1.HeaderClassName
{
color: #267B8E;
}
.AnyTagClassName
{
color: #267B8E;
}
</style>
background-color css
<style>
a { background-color: #267B8E; }
a { background-color: rgb(38,123,142); }
div.DivClassName
{
background-color: #267B8E;
}
.BgClassName
{
background-color: #267B8E;
}
</style>
border-color css
<style>
span { border-color: #267B8E; }
span { border-color: rgb(38,123,142); }
td.TdClassName
{
border-color: #267B8E;
}
.TagClassName
{
border-color: #267B8E;
}
</style>