Shades of Astral #267B8F
Tints of Astral #267B8F
RGB
CMYK
RGB Variations
Color information
#267B8F (or 0x267B8F) is known color: Astral. HEX triplet: 26, 7B and 8F. RGB value is (38,123,143). Sum of RGB (Red+Green+Blue) = 38+123+143=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #267B8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267B8F is #D98470. Grayscale: #636363. Windows color (decimal): -14255217 or 9403174. OLE color: 9403174.
HSL color Cylindrical-coordinate representation of color #267B8F: hue angle of 191.43º 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 #267B8F is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 123 | 143 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.44 |
| HSL | 191.43º | 0.58% | 0.35% | - |
| HSV(B) | 191.43º | 0.73% | 0.56% | - |
| XYZ | 12.84 | 16.56 | 28.51 | - |
| YUV | 99.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 143 | 0.73 | 0.14 | 0 | 0.44 | 191.43 | 0.58 | 0.35 |
| Hex | 26 | 7B | 8F | 49 | E | 0 | 2C | BF | 3A | 23 |
| Octal | 46 | 173 | 217 | 111 | 16 | 0 | 54 | 277 | 72 | 43 |
| Binary | 100110 | 1111011 | 10001111 | 1001001 | 1110 | 0 | 101100 | 10111111 | 111010 | 100011 |
Color Harmonies of #267B8F
Complementary color
Monochromatic Colors of #267B8F
Black with #267B8F
Text Example
Text Example
White with #267B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267B8F; }
p { color: rgb(38,123,143); }
H1.HeaderClassName
{
color: #267B8F;
}
.AnyTagClassName
{
color: #267B8F;
}
</style>
background-color css
<style>
a { background-color: #267B8F; }
a { background-color: rgb(38,123,143); }
div.DivClassName
{
background-color: #267B8F;
}
.BgClassName
{
background-color: #267B8F;
}
</style>
border-color css
<style>
span { border-color: #267B8F; }
span { border-color: rgb(38,123,143); }
td.TdClassName
{
border-color: #267B8F;
}
.TagClassName
{
border-color: #267B8F;
}
</style>