Shades of Catalina Blue #21376B
Tints of Catalina Blue #21376B
RGB
CMYK
RGB Variations
Color information
#21376B (or 0x21376B) is known color: Catalina Blue. HEX triplet: 21, 37 and 6B. RGB value is (33,55,107). Sum of RGB (Red+Green+Blue) = 33+55+107=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #21376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21376B is #DEC894. Grayscale: #363636. Windows color (decimal): -14600341 or 7026465. OLE color: 7026465.
HSL color Cylindrical-coordinate representation of color #21376B: hue angle of 222.16º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21376B is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 55 | 107 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.58 |
| HSL | 222.16º | 0.53% | 0.27% | - |
| HSV(B) | 222.16º | 0.69% | 0.42% | - |
| XYZ | 4.65 | 4.12 | 14.46 | - |
| YUV | 54.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 107 | 0.69 | 0.49 | 0 | 0.58 | 222.16 | 0.53 | 0.27 |
| Hex | 21 | 37 | 6B | 45 | 31 | 0 | 3A | DE | 35 | 1B |
| Octal | 41 | 67 | 153 | 105 | 61 | 0 | 72 | 336 | 65 | 33 |
| Binary | 100001 | 110111 | 1101011 | 1000101 | 110001 | 0 | 111010 | 11011110 | 110101 | 11011 |
Color Harmonies of #21376B
Complementary color
Monochromatic Colors of #21376B
Black with #21376B
Text Example
Text Example
White with #21376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21376B; }
p { color: rgb(33,55,107); }
H1.HeaderClassName
{
color: #21376B;
}
.AnyTagClassName
{
color: #21376B;
}
</style>
background-color css
<style>
a { background-color: #21376B; }
a { background-color: rgb(33,55,107); }
div.DivClassName
{
background-color: #21376B;
}
.BgClassName
{
background-color: #21376B;
}
</style>
border-color css
<style>
span { border-color: #21376B; }
span { border-color: rgb(33,55,107); }
td.TdClassName
{
border-color: #21376B;
}
.TagClassName
{
border-color: #21376B;
}
</style>