Shades of Catalina Blue #243B5C
Tints of Catalina Blue #243B5C
RGB
CMYK
RGB Variations
Color information
#243B5C (or 0x243B5C) is known color: Catalina Blue. HEX triplet: 24, 3B and 5C. RGB value is (36,59,92). Sum of RGB (Red+Green+Blue) = 36+59+92=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #243B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243B5C is #DBC4A3. Grayscale: #373737. Windows color (decimal): -14402724 or 6044452. OLE color: 6044452.
HSL color Cylindrical-coordinate representation of color #243B5C: hue angle of 215.36º 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 #243B5C is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 59 | 92 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.64 |
| HSL | 215.36º | 0.44% | 0.25% | - |
| HSV(B) | 215.36º | 0.61% | 0.36% | - |
| XYZ | 4.22 | 4.28 | 10.73 | - |
| YUV | 55.89 | 148.38 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 92 | 0.61 | 0.36 | 0 | 0.64 | 215.36 | 0.44 | 0.25 |
| Hex | 24 | 3B | 5C | 3D | 24 | 0 | 40 | D7 | 2C | 19 |
| Octal | 44 | 73 | 134 | 75 | 44 | 0 | 100 | 327 | 54 | 31 |
| Binary | 100100 | 111011 | 1011100 | 111101 | 100100 | 0 | 1000000 | 11010111 | 101100 | 11001 |
Color Harmonies of #243B5C
Complementary color
Monochromatic Colors of #243B5C
Black with #243B5C
Text Example
Text Example
White with #243B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243B5C; }
p { color: rgb(36,59,92); }
H1.HeaderClassName
{
color: #243B5C;
}
.AnyTagClassName
{
color: #243B5C;
}
</style>
background-color css
<style>
a { background-color: #243B5C; }
a { background-color: rgb(36,59,92); }
div.DivClassName
{
background-color: #243B5C;
}
.BgClassName
{
background-color: #243B5C;
}
</style>
border-color css
<style>
span { border-color: #243B5C; }
span { border-color: rgb(36,59,92); }
td.TdClassName
{
border-color: #243B5C;
}
.TagClassName
{
border-color: #243B5C;
}
</style>