Shades of Fun Blue #26447E
Tints of Fun Blue #26447E
RGB
CMYK
RGB Variations
Color information
#26447E (or 0x26447E) is known color: Fun Blue. HEX triplet: 26, 44 and 7E. RGB value is (38,68,126). Sum of RGB (Red+Green+Blue) = 38+68+126=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 126 (49.61% from 255 or 54.31% from 232); Max value from RGB is 126 - color contains mainly: blue. Hex color #26447E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26447E is #D9BB81. Grayscale: #414141. Windows color (decimal): -14269314 or 8274982. OLE color: 8274982.
HSL color Cylindrical-coordinate representation of color #26447E: hue angle of 219.55º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26447E is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 68 | 126 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.51 |
| HSL | 219.55º | 0.54% | 0.32% | - |
| HSV(B) | 219.55º | 0.7% | 0.49% | - |
| XYZ | 6.63 | 6.05 | 20.56 | - |
| YUV | 65.64 | 162.06 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 68 | 126 | 0.70 | 0.46 | 0 | 0.51 | 219.55 | 0.54 | 0.32 |
| Hex | 26 | 44 | 7E | 46 | 2E | 0 | 33 | DC | 36 | 20 |
| Octal | 46 | 104 | 176 | 106 | 56 | 0 | 63 | 334 | 66 | 40 |
| Binary | 100110 | 1000100 | 1111110 | 1000110 | 101110 | 0 | 110011 | 11011100 | 110110 | 100000 |
Color Harmonies of #26447E
Complementary color
Monochromatic Colors of #26447E
Black with #26447E
Text Example
Text Example
White with #26447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26447E; }
p { color: rgb(38,68,126); }
H1.HeaderClassName
{
color: #26447E;
}
.AnyTagClassName
{
color: #26447E;
}
</style>
background-color css
<style>
a { background-color: #26447E; }
a { background-color: rgb(38,68,126); }
div.DivClassName
{
background-color: #26447E;
}
.BgClassName
{
background-color: #26447E;
}
</style>
border-color css
<style>
span { border-color: #26447E; }
span { border-color: rgb(38,68,126); }
td.TdClassName
{
border-color: #26447E;
}
.TagClassName
{
border-color: #26447E;
}
</style>