Shades of Catalina Blue #243762
Tints of Catalina Blue #243762
RGB
CMYK
RGB Variations
Color information
#243762 (or 0x243762) is known color: Catalina Blue. HEX triplet: 24, 37 and 62. RGB value is (36,55,98). Sum of RGB (Red+Green+Blue) = 36+55+98=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #243762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243762 is #DBC89D. Grayscale: #363636. Windows color (decimal): -14403742 or 6436644. OLE color: 6436644.
HSL color Cylindrical-coordinate representation of color #243762: hue angle of 221.61º 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 #243762 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 55 | 98 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.62 |
| HSL | 221.61º | 0.46% | 0.26% | - |
| HSV(B) | 221.61º | 0.63% | 0.38% | - |
| XYZ | 4.3 | 3.99 | 12.1 | - |
| YUV | 54.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 55 | 98 | 0.63 | 0.44 | 0 | 0.62 | 221.61 | 0.46 | 0.26 |
| Hex | 24 | 37 | 62 | 3F | 2C | 0 | 3E | DE | 2E | 1A |
| Octal | 44 | 67 | 142 | 77 | 54 | 0 | 76 | 336 | 56 | 32 |
| Binary | 100100 | 110111 | 1100010 | 111111 | 101100 | 0 | 111110 | 11011110 | 101110 | 11010 |
Color Harmonies of #243762
Complementary color
Monochromatic Colors of #243762
Black with #243762
Text Example
Text Example
White with #243762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243762; }
p { color: rgb(36,55,98); }
H1.HeaderClassName
{
color: #243762;
}
.AnyTagClassName
{
color: #243762;
}
</style>
background-color css
<style>
a { background-color: #243762; }
a { background-color: rgb(36,55,98); }
div.DivClassName
{
background-color: #243762;
}
.BgClassName
{
background-color: #243762;
}
</style>
border-color css
<style>
span { border-color: #243762; }
span { border-color: rgb(36,55,98); }
td.TdClassName
{
border-color: #243762;
}
.TagClassName
{
border-color: #243762;
}
</style>