Shades of Catalina Blue #243C6C
Tints of Catalina Blue #243C6C
RGB
CMYK
RGB Variations
Color information
#243C6C (or 0x243C6C) is known color: Catalina Blue. HEX triplet: 24, 3C and 6C. RGB value is (36,60,108). Sum of RGB (Red+Green+Blue) = 36+60+108=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #243C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C6C is #DBC393. Grayscale: #3A3A3A. Windows color (decimal): -14402452 or 7093284. OLE color: 7093284.
HSL color Cylindrical-coordinate representation of color #243C6C: hue angle of 220º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #243C6C is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 60 | 108 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.58 |
| HSL | 220º | 0.5% | 0.28% | - |
| HSV(B) | 220º | 0.67% | 0.42% | - |
| XYZ | 5.05 | 4.69 | 14.83 | - |
| YUV | 58.3 | 156.05 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 108 | 0.67 | 0.44 | 0 | 0.58 | 220 | 0.5 | 0.28 |
| Hex | 24 | 3C | 6C | 43 | 2C | 0 | 3A | DC | 32 | 1C |
| Octal | 44 | 74 | 154 | 103 | 54 | 0 | 72 | 334 | 62 | 34 |
| Binary | 100100 | 111100 | 1101100 | 1000011 | 101100 | 0 | 111010 | 11011100 | 110010 | 11100 |
Color Harmonies of #243C6C
Complementary color
Monochromatic Colors of #243C6C
Black with #243C6C
Text Example
Text Example
White with #243C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C6C; }
p { color: rgb(36,60,108); }
H1.HeaderClassName
{
color: #243C6C;
}
.AnyTagClassName
{
color: #243C6C;
}
</style>
background-color css
<style>
a { background-color: #243C6C; }
a { background-color: rgb(36,60,108); }
div.DivClassName
{
background-color: #243C6C;
}
.BgClassName
{
background-color: #243C6C;
}
</style>
border-color css
<style>
span { border-color: #243C6C; }
span { border-color: rgb(36,60,108); }
td.TdClassName
{
border-color: #243C6C;
}
.TagClassName
{
border-color: #243C6C;
}
</style>