Shades of Catalina Blue #243652
Tints of Catalina Blue #243652
RGB
CMYK
RGB Variations
Color information
#243652 (or 0x243652) is known color: Catalina Blue. HEX triplet: 24, 36 and 52. RGB value is (36,54,82). Sum of RGB (Red+Green+Blue) = 36+54+82=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #243652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243652 is #DBC9AD. Grayscale: #333333. Windows color (decimal): -14404014 or 5387812. OLE color: 5387812.
HSL color Cylindrical-coordinate representation of color #243652: hue angle of 216.52º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #243652 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 54 | 82 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.68 |
| HSL | 216.52º | 0.39% | 0.23% | - |
| HSV(B) | 216.52º | 0.56% | 0.32% | - |
| XYZ | 3.57 | 3.62 | 8.49 | - |
| YUV | 51.81 | 145.04 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 54 | 82 | 0.56 | 0.34 | 0 | 0.68 | 216.52 | 0.39 | 0.23 |
| Hex | 24 | 36 | 52 | 38 | 22 | 0 | 44 | D9 | 27 | 17 |
| Octal | 44 | 66 | 122 | 70 | 42 | 0 | 104 | 331 | 47 | 27 |
| Binary | 100100 | 110110 | 1010010 | 111000 | 100010 | 0 | 1000100 | 11011001 | 100111 | 10111 |
Color Harmonies of #243652
Complementary color
Monochromatic Colors of #243652
Black with #243652
Text Example
Text Example
White with #243652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243652; }
p { color: rgb(36,54,82); }
H1.HeaderClassName
{
color: #243652;
}
.AnyTagClassName
{
color: #243652;
}
</style>
background-color css
<style>
a { background-color: #243652; }
a { background-color: rgb(36,54,82); }
div.DivClassName
{
background-color: #243652;
}
.BgClassName
{
background-color: #243652;
}
</style>
border-color css
<style>
span { border-color: #243652; }
span { border-color: rgb(36,54,82); }
td.TdClassName
{
border-color: #243652;
}
.TagClassName
{
border-color: #243652;
}
</style>