Shades of Catalina Blue #243465
Tints of Catalina Blue #243465
RGB
CMYK
RGB Variations
Color information
#243465 (or 0x243465) is known color: Catalina Blue. HEX triplet: 24, 34 and 65. RGB value is (36,52,101). Sum of RGB (Red+Green+Blue) = 36+52+101=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #243465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243465 is #DBCB9A. Grayscale: #343434. Windows color (decimal): -14404507 or 6632484. OLE color: 6632484.
HSL color Cylindrical-coordinate representation of color #243465: hue angle of 225.23º 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 #243465 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 52 | 101 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.60 |
| HSL | 225.23º | 0.47% | 0.27% | - |
| HSV(B) | 225.23º | 0.64% | 0.4% | - |
| XYZ | 4.3 | 3.77 | 12.81 | - |
| YUV | 52.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 52 | 101 | 0.64 | 0.49 | 0 | 0.60 | 225.23 | 0.47 | 0.27 |
| Hex | 24 | 34 | 65 | 40 | 31 | 0 | 3C | E1 | 2F | 1B |
| Octal | 44 | 64 | 145 | 100 | 61 | 0 | 74 | 341 | 57 | 33 |
| Binary | 100100 | 110100 | 1100101 | 1000000 | 110001 | 0 | 111100 | 11100001 | 101111 | 11011 |
Color Harmonies of #243465
Complementary color
Monochromatic Colors of #243465
Black with #243465
Text Example
Text Example
White with #243465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243465; }
p { color: rgb(36,52,101); }
H1.HeaderClassName
{
color: #243465;
}
.AnyTagClassName
{
color: #243465;
}
</style>
background-color css
<style>
a { background-color: #243465; }
a { background-color: rgb(36,52,101); }
div.DivClassName
{
background-color: #243465;
}
.BgClassName
{
background-color: #243465;
}
</style>
border-color css
<style>
span { border-color: #243465; }
span { border-color: rgb(36,52,101); }
td.TdClassName
{
border-color: #243465;
}
.TagClassName
{
border-color: #243465;
}
</style>