Shades of Catalina Blue #243561
Tints of Catalina Blue #243561
RGB
CMYK
RGB Variations
Color information
#243561 (or 0x243561) is known color: Catalina Blue. HEX triplet: 24, 35 and 61. RGB value is (36,53,97). Sum of RGB (Red+Green+Blue) = 36+53+97=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #243561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243561 is #DBCA9E. Grayscale: #343434. Windows color (decimal): -14404255 or 6370596. OLE color: 6370596.
HSL color Cylindrical-coordinate representation of color #243561: hue angle of 223.28º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #243561 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 53 | 97 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.62 |
| HSL | 223.28º | 0.46% | 0.26% | - |
| HSV(B) | 223.28º | 0.63% | 0.38% | - |
| XYZ | 4.16 | 3.78 | 11.82 | - |
| YUV | 52.93 | 152.87 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 97 | 0.63 | 0.45 | 0 | 0.62 | 223.28 | 0.46 | 0.26 |
| Hex | 24 | 35 | 61 | 3F | 2D | 0 | 3E | DF | 2E | 1A |
| Octal | 44 | 65 | 141 | 77 | 55 | 0 | 76 | 337 | 56 | 32 |
| Binary | 100100 | 110101 | 1100001 | 111111 | 101101 | 0 | 111110 | 11011111 | 101110 | 11010 |
Color Harmonies of #243561
Complementary color
Monochromatic Colors of #243561
Black with #243561
Text Example
Text Example
White with #243561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243561; }
p { color: rgb(36,53,97); }
H1.HeaderClassName
{
color: #243561;
}
.AnyTagClassName
{
color: #243561;
}
</style>
background-color css
<style>
a { background-color: #243561; }
a { background-color: rgb(36,53,97); }
div.DivClassName
{
background-color: #243561;
}
.BgClassName
{
background-color: #243561;
}
</style>
border-color css
<style>
span { border-color: #243561; }
span { border-color: rgb(36,53,97); }
td.TdClassName
{
border-color: #243561;
}
.TagClassName
{
border-color: #243561;
}
</style>