Shades of Catalina Blue #213454
Tints of Catalina Blue #213454
RGB
CMYK
RGB Variations
Color information
#213454 (or 0x213454) is known color: Catalina Blue. HEX triplet: 21, 34 and 54. RGB value is (33,52,84). Sum of RGB (Red+Green+Blue) = 33+52+84=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #213454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213454 is #DECBAB. Grayscale: #313131. Windows color (decimal): -14601132 or 5518369. OLE color: 5518369.
HSL color Cylindrical-coordinate representation of color #213454: hue angle of 217.65º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #213454 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 52 | 84 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.67 |
| HSL | 217.65º | 0.44% | 0.23% | - |
| HSV(B) | 217.65º | 0.61% | 0.33% | - |
| XYZ | 3.46 | 3.42 | 8.87 | - |
| YUV | 49.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 84 | 0.61 | 0.38 | 0 | 0.67 | 217.65 | 0.44 | 0.23 |
| Hex | 21 | 34 | 54 | 3D | 26 | 0 | 43 | DA | 2C | 17 |
| Octal | 41 | 64 | 124 | 75 | 46 | 0 | 103 | 332 | 54 | 27 |
| Binary | 100001 | 110100 | 1010100 | 111101 | 100110 | 0 | 1000011 | 11011010 | 101100 | 10111 |
Color Harmonies of #213454
Complementary color
Monochromatic Colors of #213454
Black with #213454
Text Example
Text Example
White with #213454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213454; }
p { color: rgb(33,52,84); }
H1.HeaderClassName
{
color: #213454;
}
.AnyTagClassName
{
color: #213454;
}
</style>
background-color css
<style>
a { background-color: #213454; }
a { background-color: rgb(33,52,84); }
div.DivClassName
{
background-color: #213454;
}
.BgClassName
{
background-color: #213454;
}
</style>
border-color css
<style>
span { border-color: #213454; }
span { border-color: rgb(33,52,84); }
td.TdClassName
{
border-color: #213454;
}
.TagClassName
{
border-color: #213454;
}
</style>