Shades of Catalina Blue #21375D
Tints of Catalina Blue #21375D
RGB
CMYK
RGB Variations
Color information
#21375D (or 0x21375D) is known color: Catalina Blue. HEX triplet: 21, 37 and 5D. RGB value is (33,55,93). Sum of RGB (Red+Green+Blue) = 33+55+93=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #21375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21375D is #DEC8A2. Grayscale: #343434. Windows color (decimal): -14600355 or 6108961. OLE color: 6108961.
HSL color Cylindrical-coordinate representation of color #21375D: hue angle of 218º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21375D is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 55 | 93 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.64 |
| HSL | 218º | 0.48% | 0.25% | - |
| HSV(B) | 218º | 0.65% | 0.36% | - |
| XYZ | 3.97 | 3.85 | 10.89 | - |
| YUV | 52.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 93 | 0.65 | 0.41 | 0 | 0.64 | 218 | 0.48 | 0.25 |
| Hex | 21 | 37 | 5D | 41 | 29 | 0 | 40 | DA | 30 | 19 |
| Octal | 41 | 67 | 135 | 101 | 51 | 0 | 100 | 332 | 60 | 31 |
| Binary | 100001 | 110111 | 1011101 | 1000001 | 101001 | 0 | 1000000 | 11011010 | 110000 | 11001 |
Color Harmonies of #21375D
Complementary color
Monochromatic Colors of #21375D
Black with #21375D
Text Example
Text Example
White with #21375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21375D; }
p { color: rgb(33,55,93); }
H1.HeaderClassName
{
color: #21375D;
}
.AnyTagClassName
{
color: #21375D;
}
</style>
background-color css
<style>
a { background-color: #21375D; }
a { background-color: rgb(33,55,93); }
div.DivClassName
{
background-color: #21375D;
}
.BgClassName
{
background-color: #21375D;
}
</style>
border-color css
<style>
span { border-color: #21375D; }
span { border-color: rgb(33,55,93); }
td.TdClassName
{
border-color: #21375D;
}
.TagClassName
{
border-color: #21375D;
}
</style>