Shades of Catalina Blue #243662
Tints of Catalina Blue #243662
RGB
CMYK
RGB Variations
Color information
#243662 (or 0x243662) is known color: Catalina Blue. HEX triplet: 24, 36 and 62. RGB value is (36,54,98). Sum of RGB (Red+Green+Blue) = 36+54+98=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #243662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243662 is #DBC99D. Grayscale: #353535. Windows color (decimal): -14403998 or 6436388. OLE color: 6436388.
HSL color Cylindrical-coordinate representation of color #243662: hue angle of 222.58º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #243662 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 54 | 98 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.62 |
| HSL | 222.58º | 0.46% | 0.26% | - |
| HSV(B) | 222.58º | 0.63% | 0.38% | - |
| XYZ | 4.25 | 3.9 | 12.08 | - |
| YUV | 53.63 | 153.04 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 54 | 98 | 0.63 | 0.45 | 0 | 0.62 | 222.58 | 0.46 | 0.26 |
| Hex | 24 | 36 | 62 | 3F | 2D | 0 | 3E | DF | 2E | 1A |
| Octal | 44 | 66 | 142 | 77 | 55 | 0 | 76 | 337 | 56 | 32 |
| Binary | 100100 | 110110 | 1100010 | 111111 | 101101 | 0 | 111110 | 11011111 | 101110 | 11010 |
Color Harmonies of #243662
Complementary color
Monochromatic Colors of #243662
Black with #243662
Text Example
Text Example
White with #243662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243662; }
p { color: rgb(36,54,98); }
H1.HeaderClassName
{
color: #243662;
}
.AnyTagClassName
{
color: #243662;
}
</style>
background-color css
<style>
a { background-color: #243662; }
a { background-color: rgb(36,54,98); }
div.DivClassName
{
background-color: #243662;
}
.BgClassName
{
background-color: #243662;
}
</style>
border-color css
<style>
span { border-color: #243662; }
span { border-color: rgb(36,54,98); }
td.TdClassName
{
border-color: #243662;
}
.TagClassName
{
border-color: #243662;
}
</style>