Shades of Fun Blue #244A86
Tints of Fun Blue #244A86
RGB
CMYK
RGB Variations
Color information
#244A86 (or 0x244A86) is known color: Fun Blue. HEX triplet: 24, 4A and 86. RGB value is (36,74,134). Sum of RGB (Red+Green+Blue) = 36+74+134=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 134 (52.73% from 255 or 54.92% from 244); Max value from RGB is 134 - color contains mainly: blue. Hex color #244A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244A86 is #DBB579. Grayscale: #454545. Windows color (decimal): -14398842 or 8800804. OLE color: 8800804.
HSL color Cylindrical-coordinate representation of color #244A86: hue angle of 216.73º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #244A86 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 74 | 134 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.47 |
| HSL | 216.73º | 0.58% | 0.33% | - |
| HSV(B) | 216.73º | 0.73% | 0.53% | - |
| XYZ | 7.48 | 6.99 | 23.51 | - |
| YUV | 69.48 | 164.41 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 134 | 0.73 | 0.45 | 0 | 0.47 | 216.73 | 0.58 | 0.33 |
| Hex | 24 | 4A | 86 | 49 | 2D | 0 | 2F | D9 | 3A | 21 |
| Octal | 44 | 112 | 206 | 111 | 55 | 0 | 57 | 331 | 72 | 41 |
| Binary | 100100 | 1001010 | 10000110 | 1001001 | 101101 | 0 | 101111 | 11011001 | 111010 | 100001 |
Color Harmonies of #244A86
Complementary color
Monochromatic Colors of #244A86
Black with #244A86
Text Example
Text Example
White with #244A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244A86; }
p { color: rgb(36,74,134); }
H1.HeaderClassName
{
color: #244A86;
}
.AnyTagClassName
{
color: #244A86;
}
</style>
background-color css
<style>
a { background-color: #244A86; }
a { background-color: rgb(36,74,134); }
div.DivClassName
{
background-color: #244A86;
}
.BgClassName
{
background-color: #244A86;
}
</style>
border-color css
<style>
span { border-color: #244A86; }
span { border-color: rgb(36,74,134); }
td.TdClassName
{
border-color: #244A86;
}
.TagClassName
{
border-color: #244A86;
}
</style>