Shades of Catalina Blue #213C6C
Tints of Catalina Blue #213C6C
RGB
CMYK
RGB Variations
Color information
#213C6C (or 0x213C6C) is known color: Catalina Blue. HEX triplet: 21, 3C and 6C. RGB value is (33,60,108). Sum of RGB (Red+Green+Blue) = 33+60+108=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #213C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C6C is #DEC393. Grayscale: #393939. Windows color (decimal): -14599060 or 7093281. OLE color: 7093281.
HSL color Cylindrical-coordinate representation of color #213C6C: hue angle of 218.4º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #213C6C is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 60 | 108 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.58 |
| HSL | 218.4º | 0.53% | 0.28% | - |
| HSV(B) | 218.4º | 0.69% | 0.42% | - |
| XYZ | 4.95 | 4.64 | 14.82 | - |
| YUV | 57.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 108 | 0.69 | 0.44 | 0 | 0.58 | 218.4 | 0.53 | 0.28 |
| Hex | 21 | 3C | 6C | 45 | 2C | 0 | 3A | DA | 35 | 1C |
| Octal | 41 | 74 | 154 | 105 | 54 | 0 | 72 | 332 | 65 | 34 |
| Binary | 100001 | 111100 | 1101100 | 1000101 | 101100 | 0 | 111010 | 11011010 | 110101 | 11100 |
Color Harmonies of #213C6C
Complementary color
Monochromatic Colors of #213C6C
Black with #213C6C
Text Example
Text Example
White with #213C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C6C; }
p { color: rgb(33,60,108); }
H1.HeaderClassName
{
color: #213C6C;
}
.AnyTagClassName
{
color: #213C6C;
}
</style>
background-color css
<style>
a { background-color: #213C6C; }
a { background-color: rgb(33,60,108); }
div.DivClassName
{
background-color: #213C6C;
}
.BgClassName
{
background-color: #213C6C;
}
</style>
border-color css
<style>
span { border-color: #213C6C; }
span { border-color: rgb(33,60,108); }
td.TdClassName
{
border-color: #213C6C;
}
.TagClassName
{
border-color: #213C6C;
}
</style>