Shades of Catalina Blue #213667
Tints of Catalina Blue #213667
RGB
CMYK
RGB Variations
Color information
#213667 (or 0x213667) is known color: Catalina Blue. HEX triplet: 21, 36 and 67. RGB value is (33,54,103). Sum of RGB (Red+Green+Blue) = 33+54+103=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #213667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213667 is #DEC998. Grayscale: #353535. Windows color (decimal): -14600601 or 6764065. OLE color: 6764065.
HSL color Cylindrical-coordinate representation of color #213667: hue angle of 222º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #213667 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 54 | 103 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.60 |
| HSL | 222º | 0.51% | 0.27% | - |
| HSV(B) | 222º | 0.68% | 0.4% | - |
| XYZ | 4.39 | 3.94 | 13.36 | - |
| YUV | 53.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 103 | 0.68 | 0.48 | 0 | 0.60 | 222 | 0.51 | 0.27 |
| Hex | 21 | 36 | 67 | 44 | 30 | 0 | 3C | DE | 33 | 1B |
| Octal | 41 | 66 | 147 | 104 | 60 | 0 | 74 | 336 | 63 | 33 |
| Binary | 100001 | 110110 | 1100111 | 1000100 | 110000 | 0 | 111100 | 11011110 | 110011 | 11011 |
Color Harmonies of #213667
Complementary color
Monochromatic Colors of #213667
Black with #213667
Text Example
Text Example
White with #213667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213667; }
p { color: rgb(33,54,103); }
H1.HeaderClassName
{
color: #213667;
}
.AnyTagClassName
{
color: #213667;
}
</style>
background-color css
<style>
a { background-color: #213667; }
a { background-color: rgb(33,54,103); }
div.DivClassName
{
background-color: #213667;
}
.BgClassName
{
background-color: #213667;
}
</style>
border-color css
<style>
span { border-color: #213667; }
span { border-color: rgb(33,54,103); }
td.TdClassName
{
border-color: #213667;
}
.TagClassName
{
border-color: #213667;
}
</style>