Shades of Catalina Blue #213E6D
Tints of Catalina Blue #213E6D
RGB
CMYK
RGB Variations
Color information
#213E6D (or 0x213E6D) is known color: Catalina Blue. HEX triplet: 21, 3E and 6D. RGB value is (33,62,109). Sum of RGB (Red+Green+Blue) = 33+62+109=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #213E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E6D is #DEC192. Grayscale: #3A3A3A. Windows color (decimal): -14598547 or 7159329. OLE color: 7159329.
HSL color Cylindrical-coordinate representation of color #213E6D: hue angle of 217.11º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #213E6D is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 62 | 109 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.57 |
| HSL | 217.11º | 0.54% | 0.28% | - |
| HSV(B) | 217.11º | 0.7% | 0.43% | - |
| XYZ | 5.11 | 4.87 | 15.14 | - |
| YUV | 58.69 | 156.39 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 109 | 0.70 | 0.43 | 0 | 0.57 | 217.11 | 0.54 | 0.28 |
| Hex | 21 | 3E | 6D | 46 | 2B | 0 | 39 | D9 | 36 | 1C |
| Octal | 41 | 76 | 155 | 106 | 53 | 0 | 71 | 331 | 66 | 34 |
| Binary | 100001 | 111110 | 1101101 | 1000110 | 101011 | 0 | 111001 | 11011001 | 110110 | 11100 |
Color Harmonies of #213E6D
Complementary color
Monochromatic Colors of #213E6D
Black with #213E6D
Text Example
Text Example
White with #213E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E6D; }
p { color: rgb(33,62,109); }
H1.HeaderClassName
{
color: #213E6D;
}
.AnyTagClassName
{
color: #213E6D;
}
</style>
background-color css
<style>
a { background-color: #213E6D; }
a { background-color: rgb(33,62,109); }
div.DivClassName
{
background-color: #213E6D;
}
.BgClassName
{
background-color: #213E6D;
}
</style>
border-color css
<style>
span { border-color: #213E6D; }
span { border-color: rgb(33,62,109); }
td.TdClassName
{
border-color: #213E6D;
}
.TagClassName
{
border-color: #213E6D;
}
</style>