Shades of Fun Blue #26498C
Tints of Fun Blue #26498C
RGB
CMYK
RGB Variations
Color information
#26498C (or 0x26498C) is known color: Fun Blue. HEX triplet: 26, 49 and 8C. RGB value is (38,73,140). Sum of RGB (Red+Green+Blue) = 38+73+140=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #26498C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26498C is #D9B673. Grayscale: #454545. Windows color (decimal): -14268020 or 9193766. OLE color: 9193766.
HSL color Cylindrical-coordinate representation of color #26498C: hue angle of 219.41º 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 #26498C is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 73 | 140 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.45 |
| HSL | 219.41º | 0.57% | 0.35% | - |
| HSV(B) | 219.41º | 0.73% | 0.55% | - |
| XYZ | 7.92 | 7.07 | 25.76 | - |
| YUV | 70.17 | 167.4 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 140 | 0.73 | 0.48 | 0 | 0.45 | 219.41 | 0.57 | 0.35 |
| Hex | 26 | 49 | 8C | 49 | 30 | 0 | 2D | DB | 39 | 23 |
| Octal | 46 | 111 | 214 | 111 | 60 | 0 | 55 | 333 | 71 | 43 |
| Binary | 100110 | 1001001 | 10001100 | 1001001 | 110000 | 0 | 101101 | 11011011 | 111001 | 100011 |
Color Harmonies of #26498C
Complementary color
Monochromatic Colors of #26498C
Black with #26498C
Text Example
Text Example
White with #26498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26498C; }
p { color: rgb(38,73,140); }
H1.HeaderClassName
{
color: #26498C;
}
.AnyTagClassName
{
color: #26498C;
}
</style>
background-color css
<style>
a { background-color: #26498C; }
a { background-color: rgb(38,73,140); }
div.DivClassName
{
background-color: #26498C;
}
.BgClassName
{
background-color: #26498C;
}
</style>
border-color css
<style>
span { border-color: #26498C; }
span { border-color: rgb(38,73,140); }
td.TdClassName
{
border-color: #26498C;
}
.TagClassName
{
border-color: #26498C;
}
</style>