Shades of Catalina Blue #243C57
Tints of Catalina Blue #243C57
RGB
CMYK
RGB Variations
Color information
#243C57 (or 0x243C57) is known color: Catalina Blue. HEX triplet: 24, 3C and 57. RGB value is (36,60,87). Sum of RGB (Red+Green+Blue) = 36+60+87=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #243C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C57 is #DBC3A8. Grayscale: #373737. Windows color (decimal): -14402473 or 5717028. OLE color: 5717028.
HSL color Cylindrical-coordinate representation of color #243C57: hue angle of 211.76º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #243C57 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 36 | 60 | 87 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.66 |
| HSL | 211.76º | 0.41% | 0.24% | - |
| HSV(B) | 211.76º | 0.59% | 0.34% | - |
| XYZ | 4.06 | 4.29 | 9.63 | - |
| YUV | 55.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 87 | 0.59 | 0.31 | 0 | 0.66 | 211.76 | 0.41 | 0.24 |
| Hex | 24 | 3C | 57 | 3B | 1F | 0 | 42 | D4 | 29 | 18 |
| Octal | 44 | 74 | 127 | 73 | 37 | 0 | 102 | 324 | 51 | 30 |
| Binary | 100100 | 111100 | 1010111 | 111011 | 11111 | 0 | 1000010 | 11010100 | 101001 | 11000 |
Color Harmonies of #243C57
Complementary color
Monochromatic Colors of #243C57
Black with #243C57
Text Example
Text Example
White with #243C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C57; }
p { color: rgb(36,60,87); }
H1.HeaderClassName
{
color: #243C57;
}
.AnyTagClassName
{
color: #243C57;
}
</style>
background-color css
<style>
a { background-color: #243C57; }
a { background-color: rgb(36,60,87); }
div.DivClassName
{
background-color: #243C57;
}
.BgClassName
{
background-color: #243C57;
}
</style>
border-color css
<style>
span { border-color: #243C57; }
span { border-color: rgb(36,60,87); }
td.TdClassName
{
border-color: #243C57;
}
.TagClassName
{
border-color: #243C57;
}
</style>