Shades of Catalina Blue #213869
Tints of Catalina Blue #213869
RGB
CMYK
RGB Variations
Color information
#213869 (or 0x213869) is known color: Catalina Blue. HEX triplet: 21, 38 and 69. RGB value is (33,56,105). Sum of RGB (Red+Green+Blue) = 33+56+105=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #213869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213869 is #DEC796. Grayscale: #363636. Windows color (decimal): -14600087 or 6895649. OLE color: 6895649.
HSL color Cylindrical-coordinate representation of color #213869: hue angle of 220.83º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #213869 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 56 | 105 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.59 |
| HSL | 220.83º | 0.52% | 0.27% | - |
| HSV(B) | 220.83º | 0.69% | 0.41% | - |
| XYZ | 4.59 | 4.17 | 13.93 | - |
| YUV | 54.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 105 | 0.69 | 0.47 | 0 | 0.59 | 220.83 | 0.52 | 0.27 |
| Hex | 21 | 38 | 69 | 45 | 2F | 0 | 3B | DD | 34 | 1B |
| Octal | 41 | 70 | 151 | 105 | 57 | 0 | 73 | 335 | 64 | 33 |
| Binary | 100001 | 111000 | 1101001 | 1000101 | 101111 | 0 | 111011 | 11011101 | 110100 | 11011 |
Color Harmonies of #213869
Complementary color
Monochromatic Colors of #213869
Black with #213869
Text Example
Text Example
White with #213869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213869; }
p { color: rgb(33,56,105); }
H1.HeaderClassName
{
color: #213869;
}
.AnyTagClassName
{
color: #213869;
}
</style>
background-color css
<style>
a { background-color: #213869; }
a { background-color: rgb(33,56,105); }
div.DivClassName
{
background-color: #213869;
}
.BgClassName
{
background-color: #213869;
}
</style>
border-color css
<style>
span { border-color: #213869; }
span { border-color: rgb(33,56,105); }
td.TdClassName
{
border-color: #213869;
}
.TagClassName
{
border-color: #213869;
}
</style>