Shades of Resolution Blue #24407A
Tints of Resolution Blue #24407A
RGB
CMYK
RGB Variations
Color information
#24407A (or 0x24407A) is known color: Resolution Blue. HEX triplet: 24, 40 and 7A. RGB value is (36,64,122). Sum of RGB (Red+Green+Blue) = 36+64+122=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #24407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24407A is #DBBF85. Grayscale: #3D3D3D. Windows color (decimal): -14401414 or 8011812. OLE color: 8011812.
HSL color Cylindrical-coordinate representation of color #24407A: hue angle of 220.47º 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 #24407A is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 64 | 122 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.52 |
| HSL | 220.47º | 0.54% | 0.31% | - |
| HSV(B) | 220.47º | 0.7% | 0.48% | - |
| XYZ | 6.07 | 5.45 | 19.14 | - |
| YUV | 62.24 | 161.72 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 122 | 0.70 | 0.48 | 0 | 0.52 | 220.47 | 0.54 | 0.31 |
| Hex | 24 | 40 | 7A | 46 | 30 | 0 | 34 | DC | 36 | 1F |
| Octal | 44 | 100 | 172 | 106 | 60 | 0 | 64 | 334 | 66 | 37 |
| Binary | 100100 | 1000000 | 1111010 | 1000110 | 110000 | 0 | 110100 | 11011100 | 110110 | 11111 |
Color Harmonies of #24407A
Complementary color
Monochromatic Colors of #24407A
Black with #24407A
Text Example
Text Example
White with #24407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24407A; }
p { color: rgb(36,64,122); }
H1.HeaderClassName
{
color: #24407A;
}
.AnyTagClassName
{
color: #24407A;
}
</style>
background-color css
<style>
a { background-color: #24407A; }
a { background-color: rgb(36,64,122); }
div.DivClassName
{
background-color: #24407A;
}
.BgClassName
{
background-color: #24407A;
}
</style>
border-color css
<style>
span { border-color: #24407A; }
span { border-color: rgb(36,64,122); }
td.TdClassName
{
border-color: #24407A;
}
.TagClassName
{
border-color: #24407A;
}
</style>