Shades of Catalina Blue #244163
Tints of Catalina Blue #244163
RGB
CMYK
RGB Variations
Color information
#244163 (or 0x244163) is known color: Catalina Blue. HEX triplet: 24, 41 and 63. RGB value is (36,65,99). Sum of RGB (Red+Green+Blue) = 36+65+99=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #244163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244163 is #DBBE9C. Grayscale: #3C3C3C. Windows color (decimal): -14401181 or 6504740. OLE color: 6504740.
HSL color Cylindrical-coordinate representation of color #244163: hue angle of 212.38º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #244163 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 65 | 99 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.61 |
| HSL | 212.38º | 0.47% | 0.26% | - |
| HSV(B) | 212.38º | 0.64% | 0.39% | - |
| XYZ | 4.87 | 5.06 | 12.52 | - |
| YUV | 60.21 | 149.89 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 99 | 0.64 | 0.34 | 0 | 0.61 | 212.38 | 0.47 | 0.26 |
| Hex | 24 | 41 | 63 | 40 | 22 | 0 | 3D | D4 | 2F | 1A |
| Octal | 44 | 101 | 143 | 100 | 42 | 0 | 75 | 324 | 57 | 32 |
| Binary | 100100 | 1000001 | 1100011 | 1000000 | 100010 | 0 | 111101 | 11010100 | 101111 | 11010 |
Color Harmonies of #244163
Complementary color
Monochromatic Colors of #244163
Black with #244163
Text Example
Text Example
White with #244163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244163; }
p { color: rgb(36,65,99); }
H1.HeaderClassName
{
color: #244163;
}
.AnyTagClassName
{
color: #244163;
}
</style>
background-color css
<style>
a { background-color: #244163; }
a { background-color: rgb(36,65,99); }
div.DivClassName
{
background-color: #244163;
}
.BgClassName
{
background-color: #244163;
}
</style>
border-color css
<style>
span { border-color: #244163; }
span { border-color: rgb(36,65,99); }
td.TdClassName
{
border-color: #244163;
}
.TagClassName
{
border-color: #244163;
}
</style>