Shades of Catalina Blue #213B65
Tints of Catalina Blue #213B65
RGB
CMYK
RGB Variations
Color information
#213B65 (or 0x213B65) is known color: Catalina Blue. HEX triplet: 21, 3B and 65. RGB value is (33,59,101). Sum of RGB (Red+Green+Blue) = 33+59+101=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #213B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B65 is #DEC49A. Grayscale: #373737. Windows color (decimal): -14599323 or 6634273. OLE color: 6634273.
HSL color Cylindrical-coordinate representation of color #213B65: hue angle of 217.06º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #213B65 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 59 | 101 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.60 |
| HSL | 217.06º | 0.51% | 0.26% | - |
| HSV(B) | 217.06º | 0.67% | 0.4% | - |
| XYZ | 4.54 | 4.39 | 12.92 | - |
| YUV | 56.01 | 153.39 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 101 | 0.67 | 0.42 | 0 | 0.60 | 217.06 | 0.51 | 0.26 |
| Hex | 21 | 3B | 65 | 43 | 2A | 0 | 3C | D9 | 33 | 1A |
| Octal | 41 | 73 | 145 | 103 | 52 | 0 | 74 | 331 | 63 | 32 |
| Binary | 100001 | 111011 | 1100101 | 1000011 | 101010 | 0 | 111100 | 11011001 | 110011 | 11010 |
Color Harmonies of #213B65
Complementary color
Monochromatic Colors of #213B65
Black with #213B65
Text Example
Text Example
White with #213B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B65; }
p { color: rgb(33,59,101); }
H1.HeaderClassName
{
color: #213B65;
}
.AnyTagClassName
{
color: #213B65;
}
</style>
background-color css
<style>
a { background-color: #213B65; }
a { background-color: rgb(33,59,101); }
div.DivClassName
{
background-color: #213B65;
}
.BgClassName
{
background-color: #213B65;
}
</style>
border-color css
<style>
span { border-color: #213B65; }
span { border-color: rgb(33,59,101); }
td.TdClassName
{
border-color: #213B65;
}
.TagClassName
{
border-color: #213B65;
}
</style>