Shades of Catalina Blue #243B55
Tints of Catalina Blue #243B55
RGB
CMYK
RGB Variations
Color information
#243B55 (or 0x243B55) is known color: Catalina Blue. HEX triplet: 24, 3B and 55. RGB value is (36,59,85). Sum of RGB (Red+Green+Blue) = 36+59+85=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #243B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243B55 is #DBC4AA. Grayscale: #363636. Windows color (decimal): -14402731 or 5585700. OLE color: 5585700.
HSL color Cylindrical-coordinate representation of color #243B55: hue angle of 211.84º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #243B55 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 59 | 85 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.67 |
| HSL | 211.84º | 0.4% | 0.24% | - |
| HSV(B) | 211.84º | 0.58% | 0.33% | - |
| XYZ | 3.93 | 4.16 | 9.19 | - |
| YUV | 55.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 85 | 0.58 | 0.31 | 0 | 0.67 | 211.84 | 0.4 | 0.24 |
| Hex | 24 | 3B | 55 | 3A | 1F | 0 | 43 | D4 | 28 | 18 |
| Octal | 44 | 73 | 125 | 72 | 37 | 0 | 103 | 324 | 50 | 30 |
| Binary | 100100 | 111011 | 1010101 | 111010 | 11111 | 0 | 1000011 | 11010100 | 101000 | 11000 |
Color Harmonies of #243B55
Complementary color
Monochromatic Colors of #243B55
Black with #243B55
Text Example
Text Example
White with #243B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243B55; }
p { color: rgb(36,59,85); }
H1.HeaderClassName
{
color: #243B55;
}
.AnyTagClassName
{
color: #243B55;
}
</style>
background-color css
<style>
a { background-color: #243B55; }
a { background-color: rgb(36,59,85); }
div.DivClassName
{
background-color: #243B55;
}
.BgClassName
{
background-color: #243B55;
}
</style>
border-color css
<style>
span { border-color: #243B55; }
span { border-color: rgb(36,59,85); }
td.TdClassName
{
border-color: #243B55;
}
.TagClassName
{
border-color: #243B55;
}
</style>