Shades of Catalina Blue #213651
Tints of Catalina Blue #213651
RGB
CMYK
RGB Variations
Color information
#213651 (or 0x213651) is known color: Catalina Blue. HEX triplet: 21, 36 and 51. RGB value is (33,54,81). Sum of RGB (Red+Green+Blue) = 33+54+81=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #213651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213651 is #DEC9AE. Grayscale: #323232. Windows color (decimal): -14600623 or 5322273. OLE color: 5322273.
HSL color Cylindrical-coordinate representation of color #213651: hue angle of 213.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #213651 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 54 | 81 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.68 |
| HSL | 213.75º | 0.42% | 0.22% | - |
| HSV(B) | 213.75º | 0.59% | 0.32% | - |
| XYZ | 3.43 | 3.56 | 8.29 | - |
| YUV | 50.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 81 | 0.59 | 0.33 | 0 | 0.68 | 213.75 | 0.42 | 0.22 |
| Hex | 21 | 36 | 51 | 3B | 21 | 0 | 44 | D6 | 2A | 16 |
| Octal | 41 | 66 | 121 | 73 | 41 | 0 | 104 | 326 | 52 | 26 |
| Binary | 100001 | 110110 | 1010001 | 111011 | 100001 | 0 | 1000100 | 11010110 | 101010 | 10110 |
Color Harmonies of #213651
Complementary color
Monochromatic Colors of #213651
Black with #213651
Text Example
Text Example
White with #213651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213651; }
p { color: rgb(33,54,81); }
H1.HeaderClassName
{
color: #213651;
}
.AnyTagClassName
{
color: #213651;
}
</style>
background-color css
<style>
a { background-color: #213651; }
a { background-color: rgb(33,54,81); }
div.DivClassName
{
background-color: #213651;
}
.BgClassName
{
background-color: #213651;
}
</style>
border-color css
<style>
span { border-color: #213651; }
span { border-color: rgb(33,54,81); }
td.TdClassName
{
border-color: #213651;
}
.TagClassName
{
border-color: #213651;
}
</style>