Shades of Fun Blue #26467F
Tints of Fun Blue #26467F
RGB
CMYK
RGB Variations
Color information
#26467F (or 0x26467F) is known color: Fun Blue. HEX triplet: 26, 46 and 7F. RGB value is (38,70,127). Sum of RGB (Red+Green+Blue) = 38+70+127=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #26467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26467F is #D9B980. Grayscale: #424242. Windows color (decimal): -14268801 or 8341030. OLE color: 8341030.
HSL color Cylindrical-coordinate representation of color #26467F: hue angle of 218.43º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26467F is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 70 | 127 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.50 |
| HSL | 218.43º | 0.54% | 0.32% | - |
| HSV(B) | 218.43º | 0.7% | 0.5% | - |
| XYZ | 6.82 | 6.32 | 20.94 | - |
| YUV | 66.93 | 161.9 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 127 | 0.70 | 0.45 | 0 | 0.50 | 218.43 | 0.54 | 0.32 |
| Hex | 26 | 46 | 7F | 46 | 2D | 0 | 32 | DA | 36 | 20 |
| Octal | 46 | 106 | 177 | 106 | 55 | 0 | 62 | 332 | 66 | 40 |
| Binary | 100110 | 1000110 | 1111111 | 1000110 | 101101 | 0 | 110010 | 11011010 | 110110 | 100000 |
Color Harmonies of #26467F
Complementary color
Monochromatic Colors of #26467F
Black with #26467F
Text Example
Text Example
White with #26467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26467F; }
p { color: rgb(38,70,127); }
H1.HeaderClassName
{
color: #26467F;
}
.AnyTagClassName
{
color: #26467F;
}
</style>
background-color css
<style>
a { background-color: #26467F; }
a { background-color: rgb(38,70,127); }
div.DivClassName
{
background-color: #26467F;
}
.BgClassName
{
background-color: #26467F;
}
</style>
border-color css
<style>
span { border-color: #26467F; }
span { border-color: rgb(38,70,127); }
td.TdClassName
{
border-color: #26467F;
}
.TagClassName
{
border-color: #26467F;
}
</style>