Shades of Fun Blue #26478C
Tints of Fun Blue #26478C
RGB
CMYK
RGB Variations
Color information
#26478C (or 0x26478C) is known color: Fun Blue. HEX triplet: 26, 47 and 8C. RGB value is (38,71,140). Sum of RGB (Red+Green+Blue) = 38+71+140=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 140 (55.08% from 255 or 56.22% from 249); Max value from RGB is 140 - color contains mainly: blue. Hex color #26478C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26478C is #D9B873. Grayscale: #444444. Windows color (decimal): -14268532 or 9193254. OLE color: 9193254.
HSL color Cylindrical-coordinate representation of color #26478C: hue angle of 220.59º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26478C is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 71 | 140 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.45 |
| HSL | 220.59º | 0.57% | 0.35% | - |
| HSV(B) | 220.59º | 0.73% | 0.55% | - |
| XYZ | 7.79 | 6.81 | 25.72 | - |
| YUV | 69 | 168.07 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 140 | 0.73 | 0.49 | 0 | 0.45 | 220.59 | 0.57 | 0.35 |
| Hex | 26 | 47 | 8C | 49 | 31 | 0 | 2D | DD | 39 | 23 |
| Octal | 46 | 107 | 214 | 111 | 61 | 0 | 55 | 335 | 71 | 43 |
| Binary | 100110 | 1000111 | 10001100 | 1001001 | 110001 | 0 | 101101 | 11011101 | 111001 | 100011 |
Color Harmonies of #26478C
Complementary color
Monochromatic Colors of #26478C
Black with #26478C
Text Example
Text Example
White with #26478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26478C; }
p { color: rgb(38,71,140); }
H1.HeaderClassName
{
color: #26478C;
}
.AnyTagClassName
{
color: #26478C;
}
</style>
background-color css
<style>
a { background-color: #26478C; }
a { background-color: rgb(38,71,140); }
div.DivClassName
{
background-color: #26478C;
}
.BgClassName
{
background-color: #26478C;
}
</style>
border-color css
<style>
span { border-color: #26478C; }
span { border-color: rgb(38,71,140); }
td.TdClassName
{
border-color: #26478C;
}
.TagClassName
{
border-color: #26478C;
}
</style>