Shades of Fun Blue #24468A
Tints of Fun Blue #24468A
RGB
CMYK
RGB Variations
Color information
#24468A (or 0x24468A) is known color: Fun Blue. HEX triplet: 24, 46 and 8A. RGB value is (36,70,138). Sum of RGB (Red+Green+Blue) = 36+70+138=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #24468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24468A is #DBB975. Grayscale: #434343. Windows color (decimal): -14399862 or 9061924. OLE color: 9061924.
HSL color Cylindrical-coordinate representation of color #24468A: hue angle of 220º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24468A is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 70 | 138 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.46 |
| HSL | 220º | 0.59% | 0.34% | - |
| HSV(B) | 220º | 0.74% | 0.54% | - |
| XYZ | 7.51 | 6.59 | 24.92 | - |
| YUV | 67.59 | 167.74 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 70 | 138 | 0.74 | 0.49 | 0 | 0.46 | 220 | 0.59 | 0.34 |
| Hex | 24 | 46 | 8A | 4A | 31 | 0 | 2E | DC | 3B | 22 |
| Octal | 44 | 106 | 212 | 112 | 61 | 0 | 56 | 334 | 73 | 42 |
| Binary | 100100 | 1000110 | 10001010 | 1001010 | 110001 | 0 | 101110 | 11011100 | 111011 | 100010 |
Color Harmonies of #24468A
Complementary color
Monochromatic Colors of #24468A
Black with #24468A
Text Example
Text Example
White with #24468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24468A; }
p { color: rgb(36,70,138); }
H1.HeaderClassName
{
color: #24468A;
}
.AnyTagClassName
{
color: #24468A;
}
</style>
background-color css
<style>
a { background-color: #24468A; }
a { background-color: rgb(36,70,138); }
div.DivClassName
{
background-color: #24468A;
}
.BgClassName
{
background-color: #24468A;
}
</style>
border-color css
<style>
span { border-color: #24468A; }
span { border-color: rgb(36,70,138); }
td.TdClassName
{
border-color: #24468A;
}
.TagClassName
{
border-color: #24468A;
}
</style>