Shades of Catalina Blue #213B69
Tints of Catalina Blue #213B69
RGB
CMYK
RGB Variations
Color information
#213B69 (or 0x213B69) is known color: Catalina Blue. HEX triplet: 21, 3B and 69. RGB value is (33,59,105). Sum of RGB (Red+Green+Blue) = 33+59+105=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #213B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B69 is #DEC496. Grayscale: #383838. Windows color (decimal): -14599319 or 6896417. OLE color: 6896417.
HSL color Cylindrical-coordinate representation of color #213B69: hue angle of 218.33º 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 #213B69 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 59 | 105 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.59 |
| HSL | 218.33º | 0.52% | 0.27% | - |
| HSV(B) | 218.33º | 0.69% | 0.41% | - |
| XYZ | 4.74 | 4.47 | 13.98 | - |
| YUV | 56.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 105 | 0.69 | 0.44 | 0 | 0.59 | 218.33 | 0.52 | 0.27 |
| Hex | 21 | 3B | 69 | 45 | 2C | 0 | 3B | DA | 34 | 1B |
| Octal | 41 | 73 | 151 | 105 | 54 | 0 | 73 | 332 | 64 | 33 |
| Binary | 100001 | 111011 | 1101001 | 1000101 | 101100 | 0 | 111011 | 11011010 | 110100 | 11011 |
Color Harmonies of #213B69
Complementary color
Monochromatic Colors of #213B69
Black with #213B69
Text Example
Text Example
White with #213B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B69; }
p { color: rgb(33,59,105); }
H1.HeaderClassName
{
color: #213B69;
}
.AnyTagClassName
{
color: #213B69;
}
</style>
background-color css
<style>
a { background-color: #213B69; }
a { background-color: rgb(33,59,105); }
div.DivClassName
{
background-color: #213B69;
}
.BgClassName
{
background-color: #213B69;
}
</style>
border-color css
<style>
span { border-color: #213B69; }
span { border-color: rgb(33,59,105); }
td.TdClassName
{
border-color: #213B69;
}
.TagClassName
{
border-color: #213B69;
}
</style>