Shades of Catalina Blue #21375A
Tints of Catalina Blue #21375A
RGB
CMYK
RGB Variations
Color information
#21375A (or 0x21375A) is known color: Catalina Blue. HEX triplet: 21, 37 and 5A. RGB value is (33,55,90). Sum of RGB (Red+Green+Blue) = 33+55+90=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #21375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21375A is #DEC8A5. Grayscale: #343434. Windows color (decimal): -14600358 or 5912353. OLE color: 5912353.
HSL color Cylindrical-coordinate representation of color #21375A: hue angle of 216.84º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21375A is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 55 | 90 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.65 |
| HSL | 216.84º | 0.46% | 0.24% | - |
| HSV(B) | 216.84º | 0.63% | 0.35% | - |
| XYZ | 3.84 | 3.79 | 10.2 | - |
| YUV | 52.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 90 | 0.63 | 0.39 | 0 | 0.65 | 216.84 | 0.46 | 0.24 |
| Hex | 21 | 37 | 5A | 3F | 27 | 0 | 41 | D9 | 2E | 18 |
| Octal | 41 | 67 | 132 | 77 | 47 | 0 | 101 | 331 | 56 | 30 |
| Binary | 100001 | 110111 | 1011010 | 111111 | 100111 | 0 | 1000001 | 11011001 | 101110 | 11000 |
Color Harmonies of #21375A
Complementary color
Monochromatic Colors of #21375A
Black with #21375A
Text Example
Text Example
White with #21375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21375A; }
p { color: rgb(33,55,90); }
H1.HeaderClassName
{
color: #21375A;
}
.AnyTagClassName
{
color: #21375A;
}
</style>
background-color css
<style>
a { background-color: #21375A; }
a { background-color: rgb(33,55,90); }
div.DivClassName
{
background-color: #21375A;
}
.BgClassName
{
background-color: #21375A;
}
</style>
border-color css
<style>
span { border-color: #21375A; }
span { border-color: rgb(33,55,90); }
td.TdClassName
{
border-color: #21375A;
}
.TagClassName
{
border-color: #21375A;
}
</style>