Shades of Catalina Blue #243D68
Tints of Catalina Blue #243D68
RGB
CMYK
RGB Variations
Color information
#243D68 (or 0x243D68) is known color: Catalina Blue. HEX triplet: 24, 3D and 68. RGB value is (36,61,104). Sum of RGB (Red+Green+Blue) = 36+61+104=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #243D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243D68 is #DBC297. Grayscale: #3A3A3A. Windows color (decimal): -14402200 or 6831396. OLE color: 6831396.
HSL color Cylindrical-coordinate representation of color #243D68: hue angle of 217.94º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #243D68 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 61 | 104 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.59 |
| HSL | 217.94º | 0.49% | 0.27% | - |
| HSV(B) | 217.94º | 0.65% | 0.41% | - |
| XYZ | 4.89 | 4.71 | 13.75 | - |
| YUV | 58.43 | 153.72 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 104 | 0.65 | 0.41 | 0 | 0.59 | 217.94 | 0.49 | 0.27 |
| Hex | 24 | 3D | 68 | 41 | 29 | 0 | 3B | DA | 31 | 1B |
| Octal | 44 | 75 | 150 | 101 | 51 | 0 | 73 | 332 | 61 | 33 |
| Binary | 100100 | 111101 | 1101000 | 1000001 | 101001 | 0 | 111011 | 11011010 | 110001 | 11011 |
Color Harmonies of #243D68
Complementary color
Monochromatic Colors of #243D68
Black with #243D68
Text Example
Text Example
White with #243D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243D68; }
p { color: rgb(36,61,104); }
H1.HeaderClassName
{
color: #243D68;
}
.AnyTagClassName
{
color: #243D68;
}
</style>
background-color css
<style>
a { background-color: #243D68; }
a { background-color: rgb(36,61,104); }
div.DivClassName
{
background-color: #243D68;
}
.BgClassName
{
background-color: #243D68;
}
</style>
border-color css
<style>
span { border-color: #243D68; }
span { border-color: rgb(36,61,104); }
td.TdClassName
{
border-color: #243D68;
}
.TagClassName
{
border-color: #243D68;
}
</style>