Shades of Catalina Blue #213B5C
Tints of Catalina Blue #213B5C
RGB
CMYK
RGB Variations
Color information
#213B5C (or 0x213B5C) is known color: Catalina Blue. HEX triplet: 21, 3B and 5C. RGB value is (33,59,92). Sum of RGB (Red+Green+Blue) = 33+59+92=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #213B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B5C is #DEC4A3. Grayscale: #363636. Windows color (decimal): -14599332 or 6044449. OLE color: 6044449.
HSL color Cylindrical-coordinate representation of color #213B5C: hue angle of 213.56º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #213B5C is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 59 | 92 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.64 |
| HSL | 213.56º | 0.47% | 0.25% | - |
| HSV(B) | 213.56º | 0.64% | 0.36% | - |
| XYZ | 4.12 | 4.22 | 10.72 | - |
| YUV | 54.99 | 148.89 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 92 | 0.64 | 0.36 | 0 | 0.64 | 213.56 | 0.47 | 0.25 |
| Hex | 21 | 3B | 5C | 40 | 24 | 0 | 40 | D6 | 2F | 19 |
| Octal | 41 | 73 | 134 | 100 | 44 | 0 | 100 | 326 | 57 | 31 |
| Binary | 100001 | 111011 | 1011100 | 1000000 | 100100 | 0 | 1000000 | 11010110 | 101111 | 11001 |
Color Harmonies of #213B5C
Complementary color
Monochromatic Colors of #213B5C
Black with #213B5C
Text Example
Text Example
White with #213B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B5C; }
p { color: rgb(33,59,92); }
H1.HeaderClassName
{
color: #213B5C;
}
.AnyTagClassName
{
color: #213B5C;
}
</style>
background-color css
<style>
a { background-color: #213B5C; }
a { background-color: rgb(33,59,92); }
div.DivClassName
{
background-color: #213B5C;
}
.BgClassName
{
background-color: #213B5C;
}
</style>
border-color css
<style>
span { border-color: #213B5C; }
span { border-color: rgb(33,59,92); }
td.TdClassName
{
border-color: #213B5C;
}
.TagClassName
{
border-color: #213B5C;
}
</style>