Shades of Catalina Blue #213465
Tints of Catalina Blue #213465
RGB
CMYK
RGB Variations
Color information
#213465 (or 0x213465) is known color: Catalina Blue. HEX triplet: 21, 34 and 65. RGB value is (33,52,101). Sum of RGB (Red+Green+Blue) = 33+52+101=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #213465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213465 is #DECB9A. Grayscale: #333333. Windows color (decimal): -14601115 or 6632481. OLE color: 6632481.
HSL color Cylindrical-coordinate representation of color #213465: hue angle of 223.24º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #213465 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 52 | 101 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.60 |
| HSL | 223.24º | 0.51% | 0.26% | - |
| HSV(B) | 223.24º | 0.67% | 0.4% | - |
| XYZ | 4.2 | 3.72 | 12.81 | - |
| YUV | 51.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 101 | 0.67 | 0.49 | 0 | 0.60 | 223.24 | 0.51 | 0.26 |
| Hex | 21 | 34 | 65 | 43 | 31 | 0 | 3C | DF | 33 | 1A |
| Octal | 41 | 64 | 145 | 103 | 61 | 0 | 74 | 337 | 63 | 32 |
| Binary | 100001 | 110100 | 1100101 | 1000011 | 110001 | 0 | 111100 | 11011111 | 110011 | 11010 |
Color Harmonies of #213465
Complementary color
Monochromatic Colors of #213465
Black with #213465
Text Example
Text Example
White with #213465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213465; }
p { color: rgb(33,52,101); }
H1.HeaderClassName
{
color: #213465;
}
.AnyTagClassName
{
color: #213465;
}
</style>
background-color css
<style>
a { background-color: #213465; }
a { background-color: rgb(33,52,101); }
div.DivClassName
{
background-color: #213465;
}
.BgClassName
{
background-color: #213465;
}
</style>
border-color css
<style>
span { border-color: #213465; }
span { border-color: rgb(33,52,101); }
td.TdClassName
{
border-color: #213465;
}
.TagClassName
{
border-color: #213465;
}
</style>