Shades of Catalina Blue #21325D
Tints of Catalina Blue #21325D
RGB
CMYK
RGB Variations
Color information
#21325D (or 0x21325D) is known color: Catalina Blue. HEX triplet: 21, 32 and 5D. RGB value is (33,50,93). Sum of RGB (Red+Green+Blue) = 33+50+93=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #21325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21325D is #DECDA2. Grayscale: #313131. Windows color (decimal): -14601635 or 6107681. OLE color: 6107681.
HSL color Cylindrical-coordinate representation of color #21325D: hue angle of 223º 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 #21325D is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 50 | 93 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.64 |
| HSL | 223º | 0.48% | 0.25% | - |
| HSV(B) | 223º | 0.65% | 0.36% | - |
| XYZ | 3.74 | 3.39 | 10.81 | - |
| YUV | 49.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 93 | 0.65 | 0.46 | 0 | 0.64 | 223 | 0.48 | 0.25 |
| Hex | 21 | 32 | 5D | 41 | 2E | 0 | 40 | DF | 30 | 19 |
| Octal | 41 | 62 | 135 | 101 | 56 | 0 | 100 | 337 | 60 | 31 |
| Binary | 100001 | 110010 | 1011101 | 1000001 | 101110 | 0 | 1000000 | 11011111 | 110000 | 11001 |
Color Harmonies of #21325D
Complementary color
Monochromatic Colors of #21325D
Black with #21325D
Text Example
Text Example
White with #21325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21325D; }
p { color: rgb(33,50,93); }
H1.HeaderClassName
{
color: #21325D;
}
.AnyTagClassName
{
color: #21325D;
}
</style>
background-color css
<style>
a { background-color: #21325D; }
a { background-color: rgb(33,50,93); }
div.DivClassName
{
background-color: #21325D;
}
.BgClassName
{
background-color: #21325D;
}
</style>
border-color css
<style>
span { border-color: #21325D; }
span { border-color: rgb(33,50,93); }
td.TdClassName
{
border-color: #21325D;
}
.TagClassName
{
border-color: #21325D;
}
</style>