Shades of Catalina Blue #243D5A
Tints of Catalina Blue #243D5A
RGB
CMYK
RGB Variations
Color information
#243D5A (or 0x243D5A) is known color: Catalina Blue. HEX triplet: 24, 3D and 5A. RGB value is (36,61,90). Sum of RGB (Red+Green+Blue) = 36+61+90=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #243D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243D5A is #DBC2A5. Grayscale: #383838. Windows color (decimal): -14402214 or 5913892. OLE color: 5913892.
HSL color Cylindrical-coordinate representation of color #243D5A: hue angle of 212.22º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #243D5A is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 61 | 90 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.65 |
| HSL | 212.22º | 0.43% | 0.25% | - |
| HSV(B) | 212.22º | 0.6% | 0.35% | - |
| XYZ | 4.24 | 4.45 | 10.31 | - |
| YUV | 56.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 90 | 0.60 | 0.32 | 0 | 0.65 | 212.22 | 0.43 | 0.25 |
| Hex | 24 | 3D | 5A | 3C | 20 | 0 | 41 | D4 | 2B | 19 |
| Octal | 44 | 75 | 132 | 74 | 40 | 0 | 101 | 324 | 53 | 31 |
| Binary | 100100 | 111101 | 1011010 | 111100 | 100000 | 0 | 1000001 | 11010100 | 101011 | 11001 |
Color Harmonies of #243D5A
Complementary color
Monochromatic Colors of #243D5A
Black with #243D5A
Text Example
Text Example
White with #243D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243D5A; }
p { color: rgb(36,61,90); }
H1.HeaderClassName
{
color: #243D5A;
}
.AnyTagClassName
{
color: #243D5A;
}
</style>
background-color css
<style>
a { background-color: #243D5A; }
a { background-color: rgb(36,61,90); }
div.DivClassName
{
background-color: #243D5A;
}
.BgClassName
{
background-color: #243D5A;
}
</style>
border-color css
<style>
span { border-color: #243D5A; }
span { border-color: rgb(36,61,90); }
td.TdClassName
{
border-color: #243D5A;
}
.TagClassName
{
border-color: #243D5A;
}
</style>