Shades of Catalina Blue #213450
Tints of Catalina Blue #213450
RGB
CMYK
RGB Variations
Color information
#213450 (or 0x213450) is known color: Catalina Blue. HEX triplet: 21, 34 and 50. RGB value is (33,52,80). Sum of RGB (Red+Green+Blue) = 33+52+80=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #213450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213450 is #DECBAF. Grayscale: #313131. Windows color (decimal): -14601136 or 5256225. OLE color: 5256225.
HSL color Cylindrical-coordinate representation of color #213450: hue angle of 215.74º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #213450 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 52 | 80 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.69 |
| HSL | 215.74º | 0.42% | 0.22% | - |
| HSV(B) | 215.74º | 0.59% | 0.31% | - |
| XYZ | 3.3 | 3.36 | 8.06 | - |
| YUV | 49.51 | 145.21 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 80 | 0.59 | 0.35 | 0 | 0.69 | 215.74 | 0.42 | 0.22 |
| Hex | 21 | 34 | 50 | 3B | 23 | 0 | 45 | D8 | 2A | 16 |
| Octal | 41 | 64 | 120 | 73 | 43 | 0 | 105 | 330 | 52 | 26 |
| Binary | 100001 | 110100 | 1010000 | 111011 | 100011 | 0 | 1000101 | 11011000 | 101010 | 10110 |
Color Harmonies of #213450
Complementary color
Monochromatic Colors of #213450
Black with #213450
Text Example
Text Example
White with #213450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213450; }
p { color: rgb(33,52,80); }
H1.HeaderClassName
{
color: #213450;
}
.AnyTagClassName
{
color: #213450;
}
</style>
background-color css
<style>
a { background-color: #213450; }
a { background-color: rgb(33,52,80); }
div.DivClassName
{
background-color: #213450;
}
.BgClassName
{
background-color: #213450;
}
</style>
border-color css
<style>
span { border-color: #213450; }
span { border-color: rgb(33,52,80); }
td.TdClassName
{
border-color: #213450;
}
.TagClassName
{
border-color: #213450;
}
</style>