Shades of Catalina Blue #213755
Tints of Catalina Blue #213755
RGB
CMYK
RGB Variations
Color information
#213755 (or 0x213755) is known color: Catalina Blue. HEX triplet: 21, 37 and 55. RGB value is (33,55,85). Sum of RGB (Red+Green+Blue) = 33+55+85=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #213755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213755 is #DEC8AA. Grayscale: #333333. Windows color (decimal): -14600363 or 5584673. OLE color: 5584673.
HSL color Cylindrical-coordinate representation of color #213755: hue angle of 214.62º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #213755 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 55 | 85 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.67 |
| HSL | 214.62º | 0.44% | 0.23% | - |
| HSV(B) | 214.62º | 0.61% | 0.33% | - |
| XYZ | 3.63 | 3.71 | 9.12 | - |
| YUV | 51.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 85 | 0.61 | 0.35 | 0 | 0.67 | 214.62 | 0.44 | 0.23 |
| Hex | 21 | 37 | 55 | 3D | 23 | 0 | 43 | D7 | 2C | 17 |
| Octal | 41 | 67 | 125 | 75 | 43 | 0 | 103 | 327 | 54 | 27 |
| Binary | 100001 | 110111 | 1010101 | 111101 | 100011 | 0 | 1000011 | 11010111 | 101100 | 10111 |
Color Harmonies of #213755
Complementary color
Monochromatic Colors of #213755
Black with #213755
Text Example
Text Example
White with #213755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213755; }
p { color: rgb(33,55,85); }
H1.HeaderClassName
{
color: #213755;
}
.AnyTagClassName
{
color: #213755;
}
</style>
background-color css
<style>
a { background-color: #213755; }
a { background-color: rgb(33,55,85); }
div.DivClassName
{
background-color: #213755;
}
.BgClassName
{
background-color: #213755;
}
</style>
border-color css
<style>
span { border-color: #213755; }
span { border-color: rgb(33,55,85); }
td.TdClassName
{
border-color: #213755;
}
.TagClassName
{
border-color: #213755;
}
</style>