Shades of Astral #267B92
Tints of Astral #267B92
RGB
CMYK
RGB Variations
Color information
#267B92 (or 0x267B92) is known color: Astral. HEX triplet: 26, 7B and 92. RGB value is (38,123,146). Sum of RGB (Red+Green+Blue) = 38+123+146=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #267B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267B92 is #D9846D. Grayscale: #646464. Windows color (decimal): -14255214 or 9599782. OLE color: 9599782.
HSL color Cylindrical-coordinate representation of color #267B92: hue angle of 192.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #267B92 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 123 | 146 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.43 |
| HSL | 192.78º | 0.59% | 0.36% | - |
| HSV(B) | 192.78º | 0.74% | 0.57% | - |
| XYZ | 13.07 | 16.65 | 29.72 | - |
| YUV | 100.21 | 153.84 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 146 | 0.74 | 0.16 | 0 | 0.43 | 192.78 | 0.59 | 0.36 |
| Hex | 26 | 7B | 92 | 4A | 10 | 0 | 2B | C1 | 3B | 24 |
| Octal | 46 | 173 | 222 | 112 | 20 | 0 | 53 | 301 | 73 | 44 |
| Binary | 100110 | 1111011 | 10010010 | 1001010 | 10000 | 0 | 101011 | 11000001 | 111011 | 100100 |
Color Harmonies of #267B92
Complementary color
Monochromatic Colors of #267B92
Black with #267B92
Text Example
Text Example
White with #267B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267B92; }
p { color: rgb(38,123,146); }
H1.HeaderClassName
{
color: #267B92;
}
.AnyTagClassName
{
color: #267B92;
}
</style>
background-color css
<style>
a { background-color: #267B92; }
a { background-color: rgb(38,123,146); }
div.DivClassName
{
background-color: #267B92;
}
.BgClassName
{
background-color: #267B92;
}
</style>
border-color css
<style>
span { border-color: #267B92; }
span { border-color: rgb(38,123,146); }
td.TdClassName
{
border-color: #267B92;
}
.TagClassName
{
border-color: #267B92;
}
</style>