Shades of Catalina Blue #21365D
Tints of Catalina Blue #21365D
RGB
CMYK
RGB Variations
Color information
#21365D (or 0x21365D) is known color: Catalina Blue. HEX triplet: 21, 36 and 5D. RGB value is (33,54,93). Sum of RGB (Red+Green+Blue) = 33+54+93=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #21365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21365D is #DEC9A2. Grayscale: #333333. Windows color (decimal): -14600611 or 6108705. OLE color: 6108705.
HSL color Cylindrical-coordinate representation of color #21365D: hue angle of 219º 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 #21365D is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 54 | 93 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.64 |
| HSL | 219º | 0.48% | 0.25% | - |
| HSV(B) | 219º | 0.65% | 0.36% | - |
| XYZ | 3.92 | 3.75 | 10.87 | - |
| YUV | 52.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 93 | 0.65 | 0.42 | 0 | 0.64 | 219 | 0.48 | 0.25 |
| Hex | 21 | 36 | 5D | 41 | 2A | 0 | 40 | DB | 30 | 19 |
| Octal | 41 | 66 | 135 | 101 | 52 | 0 | 100 | 333 | 60 | 31 |
| Binary | 100001 | 110110 | 1011101 | 1000001 | 101010 | 0 | 1000000 | 11011011 | 110000 | 11001 |
Color Harmonies of #21365D
Complementary color
Monochromatic Colors of #21365D
Black with #21365D
Text Example
Text Example
White with #21365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21365D; }
p { color: rgb(33,54,93); }
H1.HeaderClassName
{
color: #21365D;
}
.AnyTagClassName
{
color: #21365D;
}
</style>
background-color css
<style>
a { background-color: #21365D; }
a { background-color: rgb(33,54,93); }
div.DivClassName
{
background-color: #21365D;
}
.BgClassName
{
background-color: #21365D;
}
</style>
border-color css
<style>
span { border-color: #21365D; }
span { border-color: rgb(33,54,93); }
td.TdClassName
{
border-color: #21365D;
}
.TagClassName
{
border-color: #21365D;
}
</style>