Shades of Catalina Blue #213760
Tints of Catalina Blue #213760
RGB
CMYK
RGB Variations
Color information
#213760 (or 0x213760) is known color: Catalina Blue. HEX triplet: 21, 37 and 60. RGB value is (33,55,96). Sum of RGB (Red+Green+Blue) = 33+55+96=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #213760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213760 is #DEC89F. Grayscale: #343434. Windows color (decimal): -14600352 or 6305569. OLE color: 6305569.
HSL color Cylindrical-coordinate representation of color #213760: hue angle of 219.05º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #213760 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 55 | 96 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.62 |
| HSL | 219.05º | 0.49% | 0.25% | - |
| HSV(B) | 219.05º | 0.66% | 0.38% | - |
| XYZ | 4.1 | 3.9 | 11.6 | - |
| YUV | 53.1 | 152.21 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 96 | 0.66 | 0.43 | 0 | 0.62 | 219.05 | 0.49 | 0.25 |
| Hex | 21 | 37 | 60 | 42 | 2B | 0 | 3E | DB | 31 | 19 |
| Octal | 41 | 67 | 140 | 102 | 53 | 0 | 76 | 333 | 61 | 31 |
| Binary | 100001 | 110111 | 1100000 | 1000010 | 101011 | 0 | 111110 | 11011011 | 110001 | 11001 |
Color Harmonies of #213760
Complementary color
Monochromatic Colors of #213760
Black with #213760
Text Example
Text Example
White with #213760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213760; }
p { color: rgb(33,55,96); }
H1.HeaderClassName
{
color: #213760;
}
.AnyTagClassName
{
color: #213760;
}
</style>
background-color css
<style>
a { background-color: #213760; }
a { background-color: rgb(33,55,96); }
div.DivClassName
{
background-color: #213760;
}
.BgClassName
{
background-color: #213760;
}
</style>
border-color css
<style>
span { border-color: #213760; }
span { border-color: rgb(33,55,96); }
td.TdClassName
{
border-color: #213760;
}
.TagClassName
{
border-color: #213760;
}
</style>