Shades of Fun Blue #244086
Tints of Fun Blue #244086
RGB
CMYK
RGB Variations
Color information
#244086 (or 0x244086) is known color: Fun Blue. HEX triplet: 24, 40 and 86. RGB value is (36,64,134). Sum of RGB (Red+Green+Blue) = 36+64+134=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 134 (52.73% from 255 or 57.26% from 234); Max value from RGB is 134 - color contains mainly: blue. Hex color #244086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244086 is #DBBF79. Grayscale: #3F3F3F. Windows color (decimal): -14401402 or 8798244. OLE color: 8798244.
HSL color Cylindrical-coordinate representation of color #244086: hue angle of 222.86º 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 #244086 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 64 | 134 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.47 |
| HSL | 222.86º | 0.58% | 0.33% | - |
| HSV(B) | 222.86º | 0.73% | 0.53% | - |
| XYZ | 6.86 | 5.76 | 23.3 | - |
| YUV | 63.61 | 167.72 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 134 | 0.73 | 0.52 | 0 | 0.47 | 222.86 | 0.58 | 0.33 |
| Hex | 24 | 40 | 86 | 49 | 34 | 0 | 2F | DF | 3A | 21 |
| Octal | 44 | 100 | 206 | 111 | 64 | 0 | 57 | 337 | 72 | 41 |
| Binary | 100100 | 1000000 | 10000110 | 1001001 | 110100 | 0 | 101111 | 11011111 | 111010 | 100001 |
Color Harmonies of #244086
Complementary color
Monochromatic Colors of #244086
Black with #244086
Text Example
Text Example
White with #244086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244086; }
p { color: rgb(36,64,134); }
H1.HeaderClassName
{
color: #244086;
}
.AnyTagClassName
{
color: #244086;
}
</style>
background-color css
<style>
a { background-color: #244086; }
a { background-color: rgb(36,64,134); }
div.DivClassName
{
background-color: #244086;
}
.BgClassName
{
background-color: #244086;
}
</style>
border-color css
<style>
span { border-color: #244086; }
span { border-color: rgb(36,64,134); }
td.TdClassName
{
border-color: #244086;
}
.TagClassName
{
border-color: #244086;
}
</style>