Shades of Catalina Blue #213457
Tints of Catalina Blue #213457
RGB
CMYK
RGB Variations
Color information
#213457 (or 0x213457) is known color: Catalina Blue. HEX triplet: 21, 34 and 57. RGB value is (33,52,87). Sum of RGB (Red+Green+Blue) = 33+52+87=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #213457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213457 is #DECBA8. Grayscale: #323232. Windows color (decimal): -14601129 or 5714977. OLE color: 5714977.
HSL color Cylindrical-coordinate representation of color #213457: hue angle of 218.89º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213457 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 52 | 87 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.66 |
| HSL | 218.89º | 0.45% | 0.24% | - |
| HSV(B) | 218.89º | 0.62% | 0.34% | - |
| XYZ | 3.58 | 3.47 | 9.5 | - |
| YUV | 50.31 | 148.71 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 87 | 0.62 | 0.40 | 0 | 0.66 | 218.89 | 0.45 | 0.24 |
| Hex | 21 | 34 | 57 | 3E | 28 | 0 | 42 | DB | 2D | 18 |
| Octal | 41 | 64 | 127 | 76 | 50 | 0 | 102 | 333 | 55 | 30 |
| Binary | 100001 | 110100 | 1010111 | 111110 | 101000 | 0 | 1000010 | 11011011 | 101101 | 11000 |
Color Harmonies of #213457
Complementary color
Monochromatic Colors of #213457
Black with #213457
Text Example
Text Example
White with #213457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213457; }
p { color: rgb(33,52,87); }
H1.HeaderClassName
{
color: #213457;
}
.AnyTagClassName
{
color: #213457;
}
</style>
background-color css
<style>
a { background-color: #213457; }
a { background-color: rgb(33,52,87); }
div.DivClassName
{
background-color: #213457;
}
.BgClassName
{
background-color: #213457;
}
</style>
border-color css
<style>
span { border-color: #213457; }
span { border-color: rgb(33,52,87); }
td.TdClassName
{
border-color: #213457;
}
.TagClassName
{
border-color: #213457;
}
</style>