Shades of Catalina Blue #213659
Tints of Catalina Blue #213659
RGB
CMYK
RGB Variations
Color information
#213659 (or 0x213659) is known color: Catalina Blue. HEX triplet: 21, 36 and 59. RGB value is (33,54,89). Sum of RGB (Red+Green+Blue) = 33+54+89=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #213659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213659 is #DEC9A6. Grayscale: #333333. Windows color (decimal): -14600615 or 5846561. OLE color: 5846561.
HSL color Cylindrical-coordinate representation of color #213659: hue angle of 217.5º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #213659 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 54 | 89 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.65 |
| HSL | 217.5º | 0.46% | 0.24% | - |
| HSV(B) | 217.5º | 0.63% | 0.35% | - |
| XYZ | 3.75 | 3.68 | 9.96 | - |
| YUV | 51.71 | 149.04 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 89 | 0.63 | 0.39 | 0 | 0.65 | 217.5 | 0.46 | 0.24 |
| Hex | 21 | 36 | 59 | 3F | 27 | 0 | 41 | DA | 2E | 18 |
| Octal | 41 | 66 | 131 | 77 | 47 | 0 | 101 | 332 | 56 | 30 |
| Binary | 100001 | 110110 | 1011001 | 111111 | 100111 | 0 | 1000001 | 11011010 | 101110 | 11000 |
Color Harmonies of #213659
Complementary color
Monochromatic Colors of #213659
Black with #213659
Text Example
Text Example
White with #213659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213659; }
p { color: rgb(33,54,89); }
H1.HeaderClassName
{
color: #213659;
}
.AnyTagClassName
{
color: #213659;
}
</style>
background-color css
<style>
a { background-color: #213659; }
a { background-color: rgb(33,54,89); }
div.DivClassName
{
background-color: #213659;
}
.BgClassName
{
background-color: #213659;
}
</style>
border-color css
<style>
span { border-color: #213659; }
span { border-color: rgb(33,54,89); }
td.TdClassName
{
border-color: #213659;
}
.TagClassName
{
border-color: #213659;
}
</style>