Shades of Catalina Blue #213962
Tints of Catalina Blue #213962
RGB
CMYK
RGB Variations
Color information
#213962 (or 0x213962) is known color: Catalina Blue. HEX triplet: 21, 39 and 62. RGB value is (33,57,98). Sum of RGB (Red+Green+Blue) = 33+57+98=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #213962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213962 is #DEC69D. Grayscale: #363636. Windows color (decimal): -14599838 or 6437153. OLE color: 6437153.
HSL color Cylindrical-coordinate representation of color #213962: hue angle of 217.85º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #213962 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 57 | 98 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.62 |
| HSL | 217.85º | 0.5% | 0.26% | - |
| HSV(B) | 217.85º | 0.66% | 0.38% | - |
| XYZ | 4.29 | 4.13 | 12.13 | - |
| YUV | 54.5 | 152.55 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 98 | 0.66 | 0.42 | 0 | 0.62 | 217.85 | 0.5 | 0.26 |
| Hex | 21 | 39 | 62 | 42 | 2A | 0 | 3E | DA | 32 | 1A |
| Octal | 41 | 71 | 142 | 102 | 52 | 0 | 76 | 332 | 62 | 32 |
| Binary | 100001 | 111001 | 1100010 | 1000010 | 101010 | 0 | 111110 | 11011010 | 110010 | 11010 |
Color Harmonies of #213962
Complementary color
Monochromatic Colors of #213962
Black with #213962
Text Example
Text Example
White with #213962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213962; }
p { color: rgb(33,57,98); }
H1.HeaderClassName
{
color: #213962;
}
.AnyTagClassName
{
color: #213962;
}
</style>
background-color css
<style>
a { background-color: #213962; }
a { background-color: rgb(33,57,98); }
div.DivClassName
{
background-color: #213962;
}
.BgClassName
{
background-color: #213962;
}
</style>
border-color css
<style>
span { border-color: #213962; }
span { border-color: rgb(33,57,98); }
td.TdClassName
{
border-color: #213962;
}
.TagClassName
{
border-color: #213962;
}
</style>