Shades of Catalina Blue #213853
Tints of Catalina Blue #213853
RGB
CMYK
RGB Variations
Color information
#213853 (or 0x213853) is known color: Catalina Blue. HEX triplet: 21, 38 and 53. RGB value is (33,56,83). Sum of RGB (Red+Green+Blue) = 33+56+83=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #213853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213853 is #DEC7AC. Grayscale: #343434. Windows color (decimal): -14600109 or 5453857. OLE color: 5453857.
HSL color Cylindrical-coordinate representation of color #213853: hue angle of 212.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #213853 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 56 | 83 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.67 |
| HSL | 212.4º | 0.43% | 0.23% | - |
| HSV(B) | 212.4º | 0.6% | 0.33% | - |
| XYZ | 3.6 | 3.78 | 8.72 | - |
| YUV | 52.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 83 | 0.60 | 0.33 | 0 | 0.67 | 212.4 | 0.43 | 0.23 |
| Hex | 21 | 38 | 53 | 3C | 21 | 0 | 43 | D4 | 2B | 17 |
| Octal | 41 | 70 | 123 | 74 | 41 | 0 | 103 | 324 | 53 | 27 |
| Binary | 100001 | 111000 | 1010011 | 111100 | 100001 | 0 | 1000011 | 11010100 | 101011 | 10111 |
Color Harmonies of #213853
Complementary color
Monochromatic Colors of #213853
Black with #213853
Text Example
Text Example
White with #213853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213853; }
p { color: rgb(33,56,83); }
H1.HeaderClassName
{
color: #213853;
}
.AnyTagClassName
{
color: #213853;
}
</style>
background-color css
<style>
a { background-color: #213853; }
a { background-color: rgb(33,56,83); }
div.DivClassName
{
background-color: #213853;
}
.BgClassName
{
background-color: #213853;
}
</style>
border-color css
<style>
span { border-color: #213853; }
span { border-color: rgb(33,56,83); }
td.TdClassName
{
border-color: #213853;
}
.TagClassName
{
border-color: #213853;
}
</style>