Shades of Catalina Blue #21365C
Tints of Catalina Blue #21365C
RGB
CMYK
RGB Variations
Color information
#21365C (or 0x21365C) is known color: Catalina Blue. HEX triplet: 21, 36 and 5C. RGB value is (33,54,92). Sum of RGB (Red+Green+Blue) = 33+54+92=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #21365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21365C is #DEC9A3. Grayscale: #333333. Windows color (decimal): -14600612 or 6043169. OLE color: 6043169.
HSL color Cylindrical-coordinate representation of color #21365C: hue angle of 218.64º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21365C is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 54 | 92 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.64 |
| HSL | 218.64º | 0.47% | 0.25% | - |
| HSV(B) | 218.64º | 0.64% | 0.36% | - |
| XYZ | 3.88 | 3.73 | 10.64 | - |
| YUV | 52.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 92 | 0.64 | 0.41 | 0 | 0.64 | 218.64 | 0.47 | 0.25 |
| Hex | 21 | 36 | 5C | 40 | 29 | 0 | 40 | DB | 2F | 19 |
| Octal | 41 | 66 | 134 | 100 | 51 | 0 | 100 | 333 | 57 | 31 |
| Binary | 100001 | 110110 | 1011100 | 1000000 | 101001 | 0 | 1000000 | 11011011 | 101111 | 11001 |
Color Harmonies of #21365C
Complementary color
Monochromatic Colors of #21365C
Black with #21365C
Text Example
Text Example
White with #21365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21365C; }
p { color: rgb(33,54,92); }
H1.HeaderClassName
{
color: #21365C;
}
.AnyTagClassName
{
color: #21365C;
}
</style>
background-color css
<style>
a { background-color: #21365C; }
a { background-color: rgb(33,54,92); }
div.DivClassName
{
background-color: #21365C;
}
.BgClassName
{
background-color: #21365C;
}
</style>
border-color css
<style>
span { border-color: #21365C; }
span { border-color: rgb(33,54,92); }
td.TdClassName
{
border-color: #21365C;
}
.TagClassName
{
border-color: #21365C;
}
</style>