Shades of Fun Blue #26447C
Tints of Fun Blue #26447C
RGB
CMYK
RGB Variations
Color information
#26447C (or 0x26447C) is known color: Fun Blue. HEX triplet: 26, 44 and 7C. RGB value is (38,68,124). Sum of RGB (Red+Green+Blue) = 38+68+124=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #26447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26447C is #D9BB83. Grayscale: #414141. Windows color (decimal): -14269316 or 8143910. OLE color: 8143910.
HSL color Cylindrical-coordinate representation of color #26447C: hue angle of 219.07º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26447C is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 68 | 124 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.51 |
| HSL | 219.07º | 0.53% | 0.32% | - |
| HSV(B) | 219.07º | 0.69% | 0.49% | - |
| XYZ | 6.5 | 6 | 19.88 | - |
| YUV | 65.41 | 161.06 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 68 | 124 | 0.69 | 0.45 | 0 | 0.51 | 219.07 | 0.53 | 0.32 |
| Hex | 26 | 44 | 7C | 45 | 2D | 0 | 33 | DB | 35 | 20 |
| Octal | 46 | 104 | 174 | 105 | 55 | 0 | 63 | 333 | 65 | 40 |
| Binary | 100110 | 1000100 | 1111100 | 1000101 | 101101 | 0 | 110011 | 11011011 | 110101 | 100000 |
Color Harmonies of #26447C
Complementary color
Monochromatic Colors of #26447C
Black with #26447C
Text Example
Text Example
White with #26447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26447C; }
p { color: rgb(38,68,124); }
H1.HeaderClassName
{
color: #26447C;
}
.AnyTagClassName
{
color: #26447C;
}
</style>
background-color css
<style>
a { background-color: #26447C; }
a { background-color: rgb(38,68,124); }
div.DivClassName
{
background-color: #26447C;
}
.BgClassName
{
background-color: #26447C;
}
</style>
border-color css
<style>
span { border-color: #26447C; }
span { border-color: rgb(38,68,124); }
td.TdClassName
{
border-color: #26447C;
}
.TagClassName
{
border-color: #26447C;
}
</style>