Shades of Fun Blue #24458B
Tints of Fun Blue #24458B
RGB
CMYK
RGB Variations
Color information
#24458B (or 0x24458B) is known color: Fun Blue. HEX triplet: 24, 45 and 8B. RGB value is (36,69,139). Sum of RGB (Red+Green+Blue) = 36+69+139=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #24458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24458B is #DBBA74. Grayscale: #424242. Windows color (decimal): -14400117 or 9127204. OLE color: 9127204.
HSL color Cylindrical-coordinate representation of color #24458B: hue angle of 220.78º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24458B is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 69 | 139 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.45 |
| HSL | 220.78º | 0.59% | 0.34% | - |
| HSV(B) | 220.78º | 0.74% | 0.55% | - |
| XYZ | 7.52 | 6.5 | 25.28 | - |
| YUV | 67.11 | 168.57 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 69 | 139 | 0.74 | 0.50 | 0 | 0.45 | 220.78 | 0.59 | 0.34 |
| Hex | 24 | 45 | 8B | 4A | 32 | 0 | 2D | DD | 3B | 22 |
| Octal | 44 | 105 | 213 | 112 | 62 | 0 | 55 | 335 | 73 | 42 |
| Binary | 100100 | 1000101 | 10001011 | 1001010 | 110010 | 0 | 101101 | 11011101 | 111011 | 100010 |
Color Harmonies of #24458B
Complementary color
Monochromatic Colors of #24458B
Black with #24458B
Text Example
Text Example
White with #24458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24458B; }
p { color: rgb(36,69,139); }
H1.HeaderClassName
{
color: #24458B;
}
.AnyTagClassName
{
color: #24458B;
}
</style>
background-color css
<style>
a { background-color: #24458B; }
a { background-color: rgb(36,69,139); }
div.DivClassName
{
background-color: #24458B;
}
.BgClassName
{
background-color: #24458B;
}
</style>
border-color css
<style>
span { border-color: #24458B; }
span { border-color: rgb(36,69,139); }
td.TdClassName
{
border-color: #24458B;
}
.TagClassName
{
border-color: #24458B;
}
</style>