Shades of Catalina Blue #213D69
Tints of Catalina Blue #213D69
RGB
CMYK
RGB Variations
Color information
#213D69 (or 0x213D69) is known color: Catalina Blue. HEX triplet: 21, 3D and 69. RGB value is (33,61,105). Sum of RGB (Red+Green+Blue) = 33+61+105=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #213D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D69 is #DEC296. Grayscale: #393939. Windows color (decimal): -14598807 or 6896929. OLE color: 6896929.
HSL color Cylindrical-coordinate representation of color #213D69: hue angle of 216.67º 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 #213D69 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 61 | 105 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.59 |
| HSL | 216.67º | 0.52% | 0.27% | - |
| HSV(B) | 216.67º | 0.69% | 0.41% | - |
| XYZ | 4.85 | 4.68 | 14.01 | - |
| YUV | 57.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 105 | 0.69 | 0.42 | 0 | 0.59 | 216.67 | 0.52 | 0.27 |
| Hex | 21 | 3D | 69 | 45 | 2A | 0 | 3B | D9 | 34 | 1B |
| Octal | 41 | 75 | 151 | 105 | 52 | 0 | 73 | 331 | 64 | 33 |
| Binary | 100001 | 111101 | 1101001 | 1000101 | 101010 | 0 | 111011 | 11011001 | 110100 | 11011 |
Color Harmonies of #213D69
Complementary color
Monochromatic Colors of #213D69
Black with #213D69
Text Example
Text Example
White with #213D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D69; }
p { color: rgb(33,61,105); }
H1.HeaderClassName
{
color: #213D69;
}
.AnyTagClassName
{
color: #213D69;
}
</style>
background-color css
<style>
a { background-color: #213D69; }
a { background-color: rgb(33,61,105); }
div.DivClassName
{
background-color: #213D69;
}
.BgClassName
{
background-color: #213D69;
}
</style>
border-color css
<style>
span { border-color: #213D69; }
span { border-color: rgb(33,61,105); }
td.TdClassName
{
border-color: #213D69;
}
.TagClassName
{
border-color: #213D69;
}
</style>