Shades of Fun Blue #26487B
Tints of Fun Blue #26487B
RGB
CMYK
RGB Variations
Color information
#26487B (or 0x26487B) is known color: Fun Blue. HEX triplet: 26, 48 and 7B. RGB value is (38,72,123). Sum of RGB (Red+Green+Blue) = 38+72+123=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #26487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26487B is #D9B784. Grayscale: #434343. Windows color (decimal): -14268293 or 8079398. OLE color: 8079398.
HSL color Cylindrical-coordinate representation of color #26487B: hue angle of 216º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26487B is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 72 | 123 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.52 |
| HSL | 216º | 0.53% | 0.32% | - |
| HSV(B) | 216º | 0.69% | 0.48% | - |
| XYZ | 6.69 | 6.48 | 19.64 | - |
| YUV | 67.65 | 159.24 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 123 | 0.69 | 0.41 | 0 | 0.52 | 216 | 0.53 | 0.32 |
| Hex | 26 | 48 | 7B | 45 | 29 | 0 | 34 | D8 | 35 | 20 |
| Octal | 46 | 110 | 173 | 105 | 51 | 0 | 64 | 330 | 65 | 40 |
| Binary | 100110 | 1001000 | 1111011 | 1000101 | 101001 | 0 | 110100 | 11011000 | 110101 | 100000 |
Color Harmonies of #26487B
Complementary color
Monochromatic Colors of #26487B
Black with #26487B
Text Example
Text Example
White with #26487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26487B; }
p { color: rgb(38,72,123); }
H1.HeaderClassName
{
color: #26487B;
}
.AnyTagClassName
{
color: #26487B;
}
</style>
background-color css
<style>
a { background-color: #26487B; }
a { background-color: rgb(38,72,123); }
div.DivClassName
{
background-color: #26487B;
}
.BgClassName
{
background-color: #26487B;
}
</style>
border-color css
<style>
span { border-color: #26487B; }
span { border-color: rgb(38,72,123); }
td.TdClassName
{
border-color: #26487B;
}
.TagClassName
{
border-color: #26487B;
}
</style>