Shades of Catalina Blue #21325C
Tints of Catalina Blue #21325C
RGB
CMYK
RGB Variations
Color information
#21325C (or 0x21325C) is known color: Catalina Blue. HEX triplet: 21, 32 and 5C. RGB value is (33,50,92). Sum of RGB (Red+Green+Blue) = 33+50+92=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #21325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21325C is #DECDA3. Grayscale: #313131. Windows color (decimal): -14601636 or 6042145. OLE color: 6042145.
HSL color Cylindrical-coordinate representation of color #21325C: hue angle of 222.71º 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 #21325C is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 50 | 92 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.64 |
| HSL | 222.71º | 0.47% | 0.25% | - |
| HSV(B) | 222.71º | 0.64% | 0.36% | - |
| XYZ | 3.7 | 3.38 | 10.58 | - |
| YUV | 49.71 | 151.87 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 92 | 0.64 | 0.46 | 0 | 0.64 | 222.71 | 0.47 | 0.25 |
| Hex | 21 | 32 | 5C | 40 | 2E | 0 | 40 | DF | 2F | 19 |
| Octal | 41 | 62 | 134 | 100 | 56 | 0 | 100 | 337 | 57 | 31 |
| Binary | 100001 | 110010 | 1011100 | 1000000 | 101110 | 0 | 1000000 | 11011111 | 101111 | 11001 |
Color Harmonies of #21325C
Complementary color
Monochromatic Colors of #21325C
Black with #21325C
Text Example
Text Example
White with #21325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21325C; }
p { color: rgb(33,50,92); }
H1.HeaderClassName
{
color: #21325C;
}
.AnyTagClassName
{
color: #21325C;
}
</style>
background-color css
<style>
a { background-color: #21325C; }
a { background-color: rgb(33,50,92); }
div.DivClassName
{
background-color: #21325C;
}
.BgClassName
{
background-color: #21325C;
}
</style>
border-color css
<style>
span { border-color: #21325C; }
span { border-color: rgb(33,50,92); }
td.TdClassName
{
border-color: #21325C;
}
.TagClassName
{
border-color: #21325C;
}
</style>