Shades of Catalina Blue #213B5D
Tints of Catalina Blue #213B5D
RGB
CMYK
RGB Variations
Color information
#213B5D (or 0x213B5D) is known color: Catalina Blue. HEX triplet: 21, 3B and 5D. RGB value is (33,59,93). Sum of RGB (Red+Green+Blue) = 33+59+93=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #213B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B5D is #DEC4A2. Grayscale: #363636. Windows color (decimal): -14599331 or 6109985. OLE color: 6109985.
HSL color Cylindrical-coordinate representation of color #213B5D: hue angle of 214º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #213B5D is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 59 | 93 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.64 |
| HSL | 214º | 0.48% | 0.25% | - |
| HSV(B) | 214º | 0.65% | 0.36% | - |
| XYZ | 4.17 | 4.24 | 10.96 | - |
| YUV | 55.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 93 | 0.65 | 0.37 | 0 | 0.64 | 214 | 0.48 | 0.25 |
| Hex | 21 | 3B | 5D | 41 | 25 | 0 | 40 | D6 | 30 | 19 |
| Octal | 41 | 73 | 135 | 101 | 45 | 0 | 100 | 326 | 60 | 31 |
| Binary | 100001 | 111011 | 1011101 | 1000001 | 100101 | 0 | 1000000 | 11010110 | 110000 | 11001 |
Color Harmonies of #213B5D
Complementary color
Monochromatic Colors of #213B5D
Black with #213B5D
Text Example
Text Example
White with #213B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B5D; }
p { color: rgb(33,59,93); }
H1.HeaderClassName
{
color: #213B5D;
}
.AnyTagClassName
{
color: #213B5D;
}
</style>
background-color css
<style>
a { background-color: #213B5D; }
a { background-color: rgb(33,59,93); }
div.DivClassName
{
background-color: #213B5D;
}
.BgClassName
{
background-color: #213B5D;
}
</style>
border-color css
<style>
span { border-color: #213B5D; }
span { border-color: rgb(33,59,93); }
td.TdClassName
{
border-color: #213B5D;
}
.TagClassName
{
border-color: #213B5D;
}
</style>