Shades of Catalina Blue #243F5C
Tints of Catalina Blue #243F5C
RGB
CMYK
RGB Variations
Color information
#243F5C (or 0x243F5C) is known color: Catalina Blue. HEX triplet: 24, 3F and 5C. RGB value is (36,63,92). Sum of RGB (Red+Green+Blue) = 36+63+92=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #243F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243F5C is #DBC0A3. Grayscale: #3A3A3A. Windows color (decimal): -14401700 or 6045476. OLE color: 6045476.
HSL color Cylindrical-coordinate representation of color #243F5C: hue angle of 211.07º 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 #243F5C is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 63 | 92 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.64 |
| HSL | 211.07º | 0.44% | 0.25% | - |
| HSV(B) | 211.07º | 0.61% | 0.36% | - |
| XYZ | 4.44 | 4.7 | 10.8 | - |
| YUV | 58.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 92 | 0.61 | 0.32 | 0 | 0.64 | 211.07 | 0.44 | 0.25 |
| Hex | 24 | 3F | 5C | 3D | 20 | 0 | 40 | D3 | 2C | 19 |
| Octal | 44 | 77 | 134 | 75 | 40 | 0 | 100 | 323 | 54 | 31 |
| Binary | 100100 | 111111 | 1011100 | 111101 | 100000 | 0 | 1000000 | 11010011 | 101100 | 11001 |
Color Harmonies of #243F5C
Complementary color
Monochromatic Colors of #243F5C
Black with #243F5C
Text Example
Text Example
White with #243F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243F5C; }
p { color: rgb(36,63,92); }
H1.HeaderClassName
{
color: #243F5C;
}
.AnyTagClassName
{
color: #243F5C;
}
</style>
background-color css
<style>
a { background-color: #243F5C; }
a { background-color: rgb(36,63,92); }
div.DivClassName
{
background-color: #243F5C;
}
.BgClassName
{
background-color: #243F5C;
}
</style>
border-color css
<style>
span { border-color: #243F5C; }
span { border-color: rgb(36,63,92); }
td.TdClassName
{
border-color: #243F5C;
}
.TagClassName
{
border-color: #243F5C;
}
</style>