Shades of Catalina Blue #243C5A
Tints of Catalina Blue #243C5A
RGB
CMYK
RGB Variations
Color information
#243C5A (or 0x243C5A) is known color: Catalina Blue. HEX triplet: 24, 3C and 5A. RGB value is (36,60,90). Sum of RGB (Red+Green+Blue) = 36+60+90=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #243C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C5A is #DBC3A5. Grayscale: #383838. Windows color (decimal): -14402470 or 5913636. OLE color: 5913636.
HSL color Cylindrical-coordinate representation of color #243C5A: hue angle of 213.33º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #243C5A is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 60 | 90 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.65 |
| HSL | 213.33º | 0.43% | 0.25% | - |
| HSV(B) | 213.33º | 0.6% | 0.35% | - |
| XYZ | 4.19 | 4.34 | 10.29 | - |
| YUV | 56.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 90 | 0.60 | 0.33 | 0 | 0.65 | 213.33 | 0.43 | 0.25 |
| Hex | 24 | 3C | 5A | 3C | 21 | 0 | 41 | D5 | 2B | 19 |
| Octal | 44 | 74 | 132 | 74 | 41 | 0 | 101 | 325 | 53 | 31 |
| Binary | 100100 | 111100 | 1011010 | 111100 | 100001 | 0 | 1000001 | 11010101 | 101011 | 11001 |
Color Harmonies of #243C5A
Complementary color
Monochromatic Colors of #243C5A
Black with #243C5A
Text Example
Text Example
White with #243C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C5A; }
p { color: rgb(36,60,90); }
H1.HeaderClassName
{
color: #243C5A;
}
.AnyTagClassName
{
color: #243C5A;
}
</style>
background-color css
<style>
a { background-color: #243C5A; }
a { background-color: rgb(36,60,90); }
div.DivClassName
{
background-color: #243C5A;
}
.BgClassName
{
background-color: #243C5A;
}
</style>
border-color css
<style>
span { border-color: #243C5A; }
span { border-color: rgb(36,60,90); }
td.TdClassName
{
border-color: #243C5A;
}
.TagClassName
{
border-color: #243C5A;
}
</style>