Shades of Catalina Blue #243C5C
Tints of Catalina Blue #243C5C
RGB
CMYK
RGB Variations
Color information
#243C5C (or 0x243C5C) is known color: Catalina Blue. HEX triplet: 24, 3C and 5C. RGB value is (36,60,92). Sum of RGB (Red+Green+Blue) = 36+60+92=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #243C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C5C is #DBC3A3. Grayscale: #383838. Windows color (decimal): -14402468 or 6044708. OLE color: 6044708.
HSL color Cylindrical-coordinate representation of color #243C5C: hue angle of 214.29º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #243C5C is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 60 | 92 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.64 |
| HSL | 214.29º | 0.44% | 0.25% | - |
| HSV(B) | 214.29º | 0.61% | 0.36% | - |
| XYZ | 4.28 | 4.38 | 10.75 | - |
| YUV | 56.47 | 148.05 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 92 | 0.61 | 0.35 | 0 | 0.64 | 214.29 | 0.44 | 0.25 |
| Hex | 24 | 3C | 5C | 3D | 23 | 0 | 40 | D6 | 2C | 19 |
| Octal | 44 | 74 | 134 | 75 | 43 | 0 | 100 | 326 | 54 | 31 |
| Binary | 100100 | 111100 | 1011100 | 111101 | 100011 | 0 | 1000000 | 11010110 | 101100 | 11001 |
Color Harmonies of #243C5C
Complementary color
Monochromatic Colors of #243C5C
Black with #243C5C
Text Example
Text Example
White with #243C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C5C; }
p { color: rgb(36,60,92); }
H1.HeaderClassName
{
color: #243C5C;
}
.AnyTagClassName
{
color: #243C5C;
}
</style>
background-color css
<style>
a { background-color: #243C5C; }
a { background-color: rgb(36,60,92); }
div.DivClassName
{
background-color: #243C5C;
}
.BgClassName
{
background-color: #243C5C;
}
</style>
border-color css
<style>
span { border-color: #243C5C; }
span { border-color: rgb(36,60,92); }
td.TdClassName
{
border-color: #243C5C;
}
.TagClassName
{
border-color: #243C5C;
}
</style>