Shades of Astral #26758F
Tints of Astral #26758F
RGB
CMYK
RGB Variations
Color information
#26758F (or 0x26758F) is known color: Astral. HEX triplet: 26, 75 and 8F. RGB value is (38,117,143). Sum of RGB (Red+Green+Blue) = 38+117+143=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #26758F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26758F is #D98A70. Grayscale: #606060. Windows color (decimal): -14256753 or 9401638. OLE color: 9401638.
HSL color Cylindrical-coordinate representation of color #26758F: hue angle of 194.86º 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 #26758F is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 117 | 143 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.44 |
| HSL | 194.86º | 0.58% | 0.35% | - |
| HSV(B) | 194.86º | 0.73% | 0.56% | - |
| XYZ | 12.12 | 15.12 | 28.27 | - |
| YUV | 96.34 | 154.33 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 143 | 0.73 | 0.18 | 0 | 0.44 | 194.86 | 0.58 | 0.35 |
| Hex | 26 | 75 | 8F | 49 | 12 | 0 | 2C | C3 | 3A | 23 |
| Octal | 46 | 165 | 217 | 111 | 22 | 0 | 54 | 303 | 72 | 43 |
| Binary | 100110 | 1110101 | 10001111 | 1001001 | 10010 | 0 | 101100 | 11000011 | 111010 | 100011 |
Color Harmonies of #26758F
Complementary color
Monochromatic Colors of #26758F
Black with #26758F
Text Example
Text Example
White with #26758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26758F; }
p { color: rgb(38,117,143); }
H1.HeaderClassName
{
color: #26758F;
}
.AnyTagClassName
{
color: #26758F;
}
</style>
background-color css
<style>
a { background-color: #26758F; }
a { background-color: rgb(38,117,143); }
div.DivClassName
{
background-color: #26758F;
}
.BgClassName
{
background-color: #26758F;
}
</style>
border-color css
<style>
span { border-color: #26758F; }
span { border-color: rgb(38,117,143); }
td.TdClassName
{
border-color: #26758F;
}
.TagClassName
{
border-color: #26758F;
}
</style>