Shades of Catalina Blue #243B5D
Tints of Catalina Blue #243B5D
RGB
CMYK
RGB Variations
Color information
#243B5D (or 0x243B5D) is known color: Catalina Blue. HEX triplet: 24, 3B and 5D. RGB value is (36,59,93). Sum of RGB (Red+Green+Blue) = 36+59+93=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #243B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243B5D is #DBC4A2. Grayscale: #373737. Windows color (decimal): -14402723 or 6109988. OLE color: 6109988.
HSL color Cylindrical-coordinate representation of color #243B5D: hue angle of 215.79º 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 #243B5D is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 59 | 93 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.64 |
| HSL | 215.79º | 0.44% | 0.25% | - |
| HSV(B) | 215.79º | 0.61% | 0.36% | - |
| XYZ | 4.27 | 4.29 | 10.96 | - |
| YUV | 56 | 148.88 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 93 | 0.61 | 0.37 | 0 | 0.64 | 215.79 | 0.44 | 0.25 |
| Hex | 24 | 3B | 5D | 3D | 25 | 0 | 40 | D8 | 2C | 19 |
| Octal | 44 | 73 | 135 | 75 | 45 | 0 | 100 | 330 | 54 | 31 |
| Binary | 100100 | 111011 | 1011101 | 111101 | 100101 | 0 | 1000000 | 11011000 | 101100 | 11001 |
Color Harmonies of #243B5D
Complementary color
Monochromatic Colors of #243B5D
Black with #243B5D
Text Example
Text Example
White with #243B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243B5D; }
p { color: rgb(36,59,93); }
H1.HeaderClassName
{
color: #243B5D;
}
.AnyTagClassName
{
color: #243B5D;
}
</style>
background-color css
<style>
a { background-color: #243B5D; }
a { background-color: rgb(36,59,93); }
div.DivClassName
{
background-color: #243B5D;
}
.BgClassName
{
background-color: #243B5D;
}
</style>
border-color css
<style>
span { border-color: #243B5D; }
span { border-color: rgb(36,59,93); }
td.TdClassName
{
border-color: #243B5D;
}
.TagClassName
{
border-color: #243B5D;
}
</style>