Shades of Catalina Blue #213F69
Tints of Catalina Blue #213F69
RGB
CMYK
RGB Variations
Color information
#213F69 (or 0x213F69) is known color: Catalina Blue. HEX triplet: 21, 3F and 69. RGB value is (33,63,105). Sum of RGB (Red+Green+Blue) = 33+63+105=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #213F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F69 is #DEC096. Grayscale: #3A3A3A. Windows color (decimal): -14598295 or 6897441. OLE color: 6897441.
HSL color Cylindrical-coordinate representation of color #213F69: hue angle of 215º 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 #213F69 is Cyan = 0.69, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 63 | 105 | - |
| CMYK | 0.69 | 0.4 | 0 | 0.59 |
| HSL | 215º | 0.52% | 0.27% | - |
| HSV(B) | 215º | 0.69% | 0.41% | - |
| XYZ | 4.95 | 4.9 | 14.05 | - |
| YUV | 58.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 105 | 0.69 | 0.4 | 0 | 0.59 | 215 | 0.52 | 0.27 |
| Hex | 21 | 3F | 69 | 45 | 28 | 0 | 3B | D7 | 34 | 1B |
| Octal | 41 | 77 | 151 | 105 | 50 | 0 | 73 | 327 | 64 | 33 |
| Binary | 100001 | 111111 | 1101001 | 1000101 | 101000 | 0 | 111011 | 11010111 | 110100 | 11011 |
Color Harmonies of #213F69
Complementary color
Monochromatic Colors of #213F69
Black with #213F69
Text Example
Text Example
White with #213F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F69; }
p { color: rgb(33,63,105); }
H1.HeaderClassName
{
color: #213F69;
}
.AnyTagClassName
{
color: #213F69;
}
</style>
background-color css
<style>
a { background-color: #213F69; }
a { background-color: rgb(33,63,105); }
div.DivClassName
{
background-color: #213F69;
}
.BgClassName
{
background-color: #213F69;
}
</style>
border-color css
<style>
span { border-color: #213F69; }
span { border-color: rgb(33,63,105); }
td.TdClassName
{
border-color: #213F69;
}
.TagClassName
{
border-color: #213F69;
}
</style>