Shades of Fun Blue #24457A
Tints of Fun Blue #24457A
RGB
CMYK
RGB Variations
Color information
#24457A (or 0x24457A) is known color: Fun Blue. HEX triplet: 24, 45 and 7A. RGB value is (36,69,122). Sum of RGB (Red+Green+Blue) = 36+69+122=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #24457A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24457A is #DBBA85. Grayscale: #404040. Windows color (decimal): -14400134 or 8013092. OLE color: 8013092.
HSL color Cylindrical-coordinate representation of color #24457A: hue angle of 216.98º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24457A is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 69 | 122 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.52 |
| HSL | 216.98º | 0.54% | 0.31% | - |
| HSV(B) | 216.98º | 0.7% | 0.48% | - |
| XYZ | 6.37 | 6.04 | 19.24 | - |
| YUV | 65.18 | 160.07 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 69 | 122 | 0.70 | 0.43 | 0 | 0.52 | 216.98 | 0.54 | 0.31 |
| Hex | 24 | 45 | 7A | 46 | 2B | 0 | 34 | D9 | 36 | 1F |
| Octal | 44 | 105 | 172 | 106 | 53 | 0 | 64 | 331 | 66 | 37 |
| Binary | 100100 | 1000101 | 1111010 | 1000110 | 101011 | 0 | 110100 | 11011001 | 110110 | 11111 |
Color Harmonies of #24457A
Complementary color
Monochromatic Colors of #24457A
Black with #24457A
Text Example
Text Example
White with #24457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24457A; }
p { color: rgb(36,69,122); }
H1.HeaderClassName
{
color: #24457A;
}
.AnyTagClassName
{
color: #24457A;
}
</style>
background-color css
<style>
a { background-color: #24457A; }
a { background-color: rgb(36,69,122); }
div.DivClassName
{
background-color: #24457A;
}
.BgClassName
{
background-color: #24457A;
}
</style>
border-color css
<style>
span { border-color: #24457A; }
span { border-color: rgb(36,69,122); }
td.TdClassName
{
border-color: #24457A;
}
.TagClassName
{
border-color: #24457A;
}
</style>