Shades of Catalina Blue #244263
Tints of Catalina Blue #244263
RGB
CMYK
RGB Variations
Color information
#244263 (or 0x244263) is known color: Catalina Blue. HEX triplet: 24, 42 and 63. RGB value is (36,66,99). Sum of RGB (Red+Green+Blue) = 36+66+99=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #244263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244263 is #DBBD9C. Grayscale: #3C3C3C. Windows color (decimal): -14400925 or 6504996. OLE color: 6504996.
HSL color Cylindrical-coordinate representation of color #244263: hue angle of 211.43º 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 #244263 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 66 | 99 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.61 |
| HSL | 211.43º | 0.47% | 0.26% | - |
| HSV(B) | 211.43º | 0.64% | 0.39% | - |
| XYZ | 4.93 | 5.17 | 12.54 | - |
| YUV | 60.79 | 149.56 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 66 | 99 | 0.64 | 0.33 | 0 | 0.61 | 211.43 | 0.47 | 0.26 |
| Hex | 24 | 42 | 63 | 40 | 21 | 0 | 3D | D3 | 2F | 1A |
| Octal | 44 | 102 | 143 | 100 | 41 | 0 | 75 | 323 | 57 | 32 |
| Binary | 100100 | 1000010 | 1100011 | 1000000 | 100001 | 0 | 111101 | 11010011 | 101111 | 11010 |
Color Harmonies of #244263
Complementary color
Monochromatic Colors of #244263
Black with #244263
Text Example
Text Example
White with #244263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244263; }
p { color: rgb(36,66,99); }
H1.HeaderClassName
{
color: #244263;
}
.AnyTagClassName
{
color: #244263;
}
</style>
background-color css
<style>
a { background-color: #244263; }
a { background-color: rgb(36,66,99); }
div.DivClassName
{
background-color: #244263;
}
.BgClassName
{
background-color: #244263;
}
</style>
border-color css
<style>
span { border-color: #244263; }
span { border-color: rgb(36,66,99); }
td.TdClassName
{
border-color: #244263;
}
.TagClassName
{
border-color: #244263;
}
</style>