Shades of Catalina Blue #214167
Tints of Catalina Blue #214167
RGB
CMYK
RGB Variations
Color information
#214167 (or 0x214167) is known color: Catalina Blue. HEX triplet: 21, 41 and 67. RGB value is (33,65,103). Sum of RGB (Red+Green+Blue) = 33+65+103=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #214167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214167 is #DEBE98. Grayscale: #3B3B3B. Windows color (decimal): -14597785 or 6766881. OLE color: 6766881.
HSL color Cylindrical-coordinate representation of color #214167: hue angle of 212.57º 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 #214167 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 65 | 103 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.60 |
| HSL | 212.57º | 0.51% | 0.27% | - |
| HSV(B) | 212.57º | 0.68% | 0.4% | - |
| XYZ | 4.97 | 5.08 | 13.55 | - |
| YUV | 59.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 103 | 0.68 | 0.37 | 0 | 0.60 | 212.57 | 0.51 | 0.27 |
| Hex | 21 | 41 | 67 | 44 | 25 | 0 | 3C | D5 | 33 | 1B |
| Octal | 41 | 101 | 147 | 104 | 45 | 0 | 74 | 325 | 63 | 33 |
| Binary | 100001 | 1000001 | 1100111 | 1000100 | 100101 | 0 | 111100 | 11010101 | 110011 | 11011 |
Color Harmonies of #214167
Complementary color
Monochromatic Colors of #214167
Black with #214167
Text Example
Text Example
White with #214167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214167; }
p { color: rgb(33,65,103); }
H1.HeaderClassName
{
color: #214167;
}
.AnyTagClassName
{
color: #214167;
}
</style>
background-color css
<style>
a { background-color: #214167; }
a { background-color: rgb(33,65,103); }
div.DivClassName
{
background-color: #214167;
}
.BgClassName
{
background-color: #214167;
}
</style>
border-color css
<style>
span { border-color: #214167; }
span { border-color: rgb(33,65,103); }
td.TdClassName
{
border-color: #214167;
}
.TagClassName
{
border-color: #214167;
}
</style>