Shades of Catalina Blue #243D6D
Tints of Catalina Blue #243D6D
RGB
CMYK
RGB Variations
Color information
#243D6D (or 0x243D6D) is known color: Catalina Blue. HEX triplet: 24, 3D and 6D. RGB value is (36,61,109). Sum of RGB (Red+Green+Blue) = 36+61+109=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #243D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243D6D is #DBC292. Grayscale: #3A3A3A. Windows color (decimal): -14402195 or 7159076. OLE color: 7159076.
HSL color Cylindrical-coordinate representation of color #243D6D: hue angle of 219.45º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #243D6D is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 61 | 109 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.57 |
| HSL | 219.45º | 0.5% | 0.28% | - |
| HSV(B) | 219.45º | 0.67% | 0.43% | - |
| XYZ | 5.16 | 4.82 | 15.13 | - |
| YUV | 59 | 156.22 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 109 | 0.67 | 0.44 | 0 | 0.57 | 219.45 | 0.5 | 0.28 |
| Hex | 24 | 3D | 6D | 43 | 2C | 0 | 39 | DB | 32 | 1C |
| Octal | 44 | 75 | 155 | 103 | 54 | 0 | 71 | 333 | 62 | 34 |
| Binary | 100100 | 111101 | 1101101 | 1000011 | 101100 | 0 | 111001 | 11011011 | 110010 | 11100 |
Color Harmonies of #243D6D
Complementary color
Monochromatic Colors of #243D6D
Black with #243D6D
Text Example
Text Example
White with #243D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243D6D; }
p { color: rgb(36,61,109); }
H1.HeaderClassName
{
color: #243D6D;
}
.AnyTagClassName
{
color: #243D6D;
}
</style>
background-color css
<style>
a { background-color: #243D6D; }
a { background-color: rgb(36,61,109); }
div.DivClassName
{
background-color: #243D6D;
}
.BgClassName
{
background-color: #243D6D;
}
</style>
border-color css
<style>
span { border-color: #243D6D; }
span { border-color: rgb(36,61,109); }
td.TdClassName
{
border-color: #243D6D;
}
.TagClassName
{
border-color: #243D6D;
}
</style>