Shades of Catalina Blue #213854
Tints of Catalina Blue #213854
RGB
CMYK
RGB Variations
Color information
#213854 (or 0x213854) is known color: Catalina Blue. HEX triplet: 21, 38 and 54. RGB value is (33,56,84). Sum of RGB (Red+Green+Blue) = 33+56+84=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #213854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213854 is #DEC7AB. Grayscale: #343434. Windows color (decimal): -14600108 or 5519393. OLE color: 5519393.
HSL color Cylindrical-coordinate representation of color #213854: hue angle of 212.94º 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 #213854 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 56 | 84 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.67 |
| HSL | 212.94º | 0.44% | 0.23% | - |
| HSV(B) | 212.94º | 0.61% | 0.33% | - |
| XYZ | 3.64 | 3.79 | 8.93 | - |
| YUV | 52.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 84 | 0.61 | 0.33 | 0 | 0.67 | 212.94 | 0.44 | 0.23 |
| Hex | 21 | 38 | 54 | 3D | 21 | 0 | 43 | D5 | 2C | 17 |
| Octal | 41 | 70 | 124 | 75 | 41 | 0 | 103 | 325 | 54 | 27 |
| Binary | 100001 | 111000 | 1010100 | 111101 | 100001 | 0 | 1000011 | 11010101 | 101100 | 10111 |
Color Harmonies of #213854
Complementary color
Monochromatic Colors of #213854
Black with #213854
Text Example
Text Example
White with #213854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213854; }
p { color: rgb(33,56,84); }
H1.HeaderClassName
{
color: #213854;
}
.AnyTagClassName
{
color: #213854;
}
</style>
background-color css
<style>
a { background-color: #213854; }
a { background-color: rgb(33,56,84); }
div.DivClassName
{
background-color: #213854;
}
.BgClassName
{
background-color: #213854;
}
</style>
border-color css
<style>
span { border-color: #213854; }
span { border-color: rgb(33,56,84); }
td.TdClassName
{
border-color: #213854;
}
.TagClassName
{
border-color: #213854;
}
</style>