Shades of Catalina Blue #21354D
Tints of Catalina Blue #21354D
RGB
CMYK
RGB Variations
Color information
#21354D (or 0x21354D) is known color: Catalina Blue. HEX triplet: 21, 35 and 4D. RGB value is (33,53,77). Sum of RGB (Red+Green+Blue) = 33+53+77=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #21354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21354D is #DECAB2. Grayscale: #313131. Windows color (decimal): -14600883 or 5059873. OLE color: 5059873.
HSL color Cylindrical-coordinate representation of color #21354D: hue angle of 212.73º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21354D is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 53 | 77 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.70 |
| HSL | 212.73º | 0.4% | 0.22% | - |
| HSV(B) | 212.73º | 0.57% | 0.3% | - |
| XYZ | 3.24 | 3.41 | 7.51 | - |
| YUV | 49.76 | 143.37 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 77 | 0.57 | 0.31 | 0 | 0.70 | 212.73 | 0.4 | 0.22 |
| Hex | 21 | 35 | 4D | 39 | 1F | 0 | 46 | D5 | 28 | 16 |
| Octal | 41 | 65 | 115 | 71 | 37 | 0 | 106 | 325 | 50 | 26 |
| Binary | 100001 | 110101 | 1001101 | 111001 | 11111 | 0 | 1000110 | 11010101 | 101000 | 10110 |
Color Harmonies of #21354D
Complementary color
Monochromatic Colors of #21354D
Black with #21354D
Text Example
Text Example
White with #21354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21354D; }
p { color: rgb(33,53,77); }
H1.HeaderClassName
{
color: #21354D;
}
.AnyTagClassName
{
color: #21354D;
}
</style>
background-color css
<style>
a { background-color: #21354D; }
a { background-color: rgb(33,53,77); }
div.DivClassName
{
background-color: #21354D;
}
.BgClassName
{
background-color: #21354D;
}
</style>
border-color css
<style>
span { border-color: #21354D; }
span { border-color: rgb(33,53,77); }
td.TdClassName
{
border-color: #21354D;
}
.TagClassName
{
border-color: #21354D;
}
</style>