Shades of Catalina Blue #213A5D
Tints of Catalina Blue #213A5D
RGB
CMYK
RGB Variations
Color information
#213A5D (or 0x213A5D) is known color: Catalina Blue. HEX triplet: 21, 3A and 5D. RGB value is (33,58,93). Sum of RGB (Red+Green+Blue) = 33+58+93=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #213A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A5D is #DEC5A2. Grayscale: #363636. Windows color (decimal): -14599587 or 6109729. OLE color: 6109729.
HSL color Cylindrical-coordinate representation of color #213A5D: hue angle of 215º 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 #213A5D is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 58 | 93 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.64 |
| HSL | 215º | 0.48% | 0.25% | - |
| HSV(B) | 215º | 0.65% | 0.36% | - |
| XYZ | 4.12 | 4.14 | 10.94 | - |
| YUV | 54.52 | 149.72 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 93 | 0.65 | 0.38 | 0 | 0.64 | 215 | 0.48 | 0.25 |
| Hex | 21 | 3A | 5D | 41 | 26 | 0 | 40 | D7 | 30 | 19 |
| Octal | 41 | 72 | 135 | 101 | 46 | 0 | 100 | 327 | 60 | 31 |
| Binary | 100001 | 111010 | 1011101 | 1000001 | 100110 | 0 | 1000000 | 11010111 | 110000 | 11001 |
Color Harmonies of #213A5D
Complementary color
Monochromatic Colors of #213A5D
Black with #213A5D
Text Example
Text Example
White with #213A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213A5D; }
p { color: rgb(33,58,93); }
H1.HeaderClassName
{
color: #213A5D;
}
.AnyTagClassName
{
color: #213A5D;
}
</style>
background-color css
<style>
a { background-color: #213A5D; }
a { background-color: rgb(33,58,93); }
div.DivClassName
{
background-color: #213A5D;
}
.BgClassName
{
background-color: #213A5D;
}
</style>
border-color css
<style>
span { border-color: #213A5D; }
span { border-color: rgb(33,58,93); }
td.TdClassName
{
border-color: #213A5D;
}
.TagClassName
{
border-color: #213A5D;
}
</style>