Shades of Catalina Blue #243D65
Tints of Catalina Blue #243D65
RGB
CMYK
RGB Variations
Color information
#243D65 (or 0x243D65) is known color: Catalina Blue. HEX triplet: 24, 3D and 65. RGB value is (36,61,101). Sum of RGB (Red+Green+Blue) = 36+61+101=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #243D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243D65 is #DBC29A. Grayscale: #393939. Windows color (decimal): -14402203 or 6634788. OLE color: 6634788.
HSL color Cylindrical-coordinate representation of color #243D65: hue angle of 216.92º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #243D65 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 61 | 101 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.60 |
| HSL | 216.92º | 0.47% | 0.27% | - |
| HSV(B) | 216.92º | 0.64% | 0.4% | - |
| XYZ | 4.75 | 4.65 | 12.96 | - |
| YUV | 58.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 101 | 0.64 | 0.40 | 0 | 0.60 | 216.92 | 0.47 | 0.27 |
| Hex | 24 | 3D | 65 | 40 | 28 | 0 | 3C | D9 | 2F | 1B |
| Octal | 44 | 75 | 145 | 100 | 50 | 0 | 74 | 331 | 57 | 33 |
| Binary | 100100 | 111101 | 1100101 | 1000000 | 101000 | 0 | 111100 | 11011001 | 101111 | 11011 |
Color Harmonies of #243D65
Complementary color
Monochromatic Colors of #243D65
Black with #243D65
Text Example
Text Example
White with #243D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243D65; }
p { color: rgb(36,61,101); }
H1.HeaderClassName
{
color: #243D65;
}
.AnyTagClassName
{
color: #243D65;
}
</style>
background-color css
<style>
a { background-color: #243D65; }
a { background-color: rgb(36,61,101); }
div.DivClassName
{
background-color: #243D65;
}
.BgClassName
{
background-color: #243D65;
}
</style>
border-color css
<style>
span { border-color: #243D65; }
span { border-color: rgb(36,61,101); }
td.TdClassName
{
border-color: #243D65;
}
.TagClassName
{
border-color: #243D65;
}
</style>