Shades of Catalina Blue #213969
Tints of Catalina Blue #213969
RGB
CMYK
RGB Variations
Color information
#213969 (or 0x213969) is known color: Catalina Blue. HEX triplet: 21, 39 and 69. RGB value is (33,57,105). Sum of RGB (Red+Green+Blue) = 33+57+105=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #213969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213969 is #DEC696. Grayscale: #373737. Windows color (decimal): -14599831 or 6895905. OLE color: 6895905.
HSL color Cylindrical-coordinate representation of color #213969: hue angle of 220º 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 #213969 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 57 | 105 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.59 |
| HSL | 220º | 0.52% | 0.27% | - |
| HSV(B) | 220º | 0.69% | 0.41% | - |
| XYZ | 4.64 | 4.27 | 13.94 | - |
| YUV | 55.3 | 156.05 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 105 | 0.69 | 0.46 | 0 | 0.59 | 220 | 0.52 | 0.27 |
| Hex | 21 | 39 | 69 | 45 | 2E | 0 | 3B | DC | 34 | 1B |
| Octal | 41 | 71 | 151 | 105 | 56 | 0 | 73 | 334 | 64 | 33 |
| Binary | 100001 | 111001 | 1101001 | 1000101 | 101110 | 0 | 111011 | 11011100 | 110100 | 11011 |
Color Harmonies of #213969
Complementary color
Monochromatic Colors of #213969
Black with #213969
Text Example
Text Example
White with #213969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213969; }
p { color: rgb(33,57,105); }
H1.HeaderClassName
{
color: #213969;
}
.AnyTagClassName
{
color: #213969;
}
</style>
background-color css
<style>
a { background-color: #213969; }
a { background-color: rgb(33,57,105); }
div.DivClassName
{
background-color: #213969;
}
.BgClassName
{
background-color: #213969;
}
</style>
border-color css
<style>
span { border-color: #213969; }
span { border-color: rgb(33,57,105); }
td.TdClassName
{
border-color: #213969;
}
.TagClassName
{
border-color: #213969;
}
</style>