Shades of Catalina Blue #244262
Tints of Catalina Blue #244262
RGB
CMYK
RGB Variations
Color information
#244262 (or 0x244262) is known color: Catalina Blue. HEX triplet: 24, 42 and 62. RGB value is (36,66,98). Sum of RGB (Red+Green+Blue) = 36+66+98=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #244262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244262 is #DBBD9D. Grayscale: #3C3C3C. Windows color (decimal): -14400926 or 6439460. OLE color: 6439460.
HSL color Cylindrical-coordinate representation of color #244262: hue angle of 210.97º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #244262 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 66 | 98 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.62 |
| HSL | 210.97º | 0.46% | 0.26% | - |
| HSV(B) | 210.97º | 0.63% | 0.38% | - |
| XYZ | 4.88 | 5.15 | 12.29 | - |
| YUV | 60.68 | 149.06 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 66 | 98 | 0.63 | 0.33 | 0 | 0.62 | 210.97 | 0.46 | 0.26 |
| Hex | 24 | 42 | 62 | 3F | 21 | 0 | 3E | D3 | 2E | 1A |
| Octal | 44 | 102 | 142 | 77 | 41 | 0 | 76 | 323 | 56 | 32 |
| Binary | 100100 | 1000010 | 1100010 | 111111 | 100001 | 0 | 111110 | 11010011 | 101110 | 11010 |
Color Harmonies of #244262
Complementary color
Monochromatic Colors of #244262
Black with #244262
Text Example
Text Example
White with #244262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244262; }
p { color: rgb(36,66,98); }
H1.HeaderClassName
{
color: #244262;
}
.AnyTagClassName
{
color: #244262;
}
</style>
background-color css
<style>
a { background-color: #244262; }
a { background-color: rgb(36,66,98); }
div.DivClassName
{
background-color: #244262;
}
.BgClassName
{
background-color: #244262;
}
</style>
border-color css
<style>
span { border-color: #244262; }
span { border-color: rgb(36,66,98); }
td.TdClassName
{
border-color: #244262;
}
.TagClassName
{
border-color: #244262;
}
</style>