Shades of Catalina Blue #20325E
Tints of Catalina Blue #20325E
RGB
CMYK
RGB Variations
Color information
#20325E (or 0x20325E) is known color: Catalina Blue. HEX triplet: 20, 32 and 5E. RGB value is (32,50,94). Sum of RGB (Red+Green+Blue) = 32+50+94=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #20325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20325E is #DFCDA1. Grayscale: #313131. Windows color (decimal): -14667170 or 6173216. OLE color: 6173216.
HSL color Cylindrical-coordinate representation of color #20325E: hue angle of 222.58º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20325E is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 50 | 94 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.63 |
| HSL | 222.58º | 0.49% | 0.25% | - |
| HSV(B) | 222.58º | 0.66% | 0.37% | - |
| XYZ | 3.76 | 3.4 | 11.05 | - |
| YUV | 49.63 | 153.04 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 94 | 0.66 | 0.47 | 0 | 0.63 | 222.58 | 0.49 | 0.25 |
| Hex | 20 | 32 | 5E | 42 | 2F | 0 | 3F | DF | 31 | 19 |
| Octal | 40 | 62 | 136 | 102 | 57 | 0 | 77 | 337 | 61 | 31 |
| Binary | 100000 | 110010 | 1011110 | 1000010 | 101111 | 0 | 111111 | 11011111 | 110001 | 11001 |
Color Harmonies of #20325E
Complementary color
Monochromatic Colors of #20325E
Black with #20325E
Text Example
Text Example
White with #20325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20325E; }
p { color: rgb(32,50,94); }
H1.HeaderClassName
{
color: #20325E;
}
.AnyTagClassName
{
color: #20325E;
}
</style>
background-color css
<style>
a { background-color: #20325E; }
a { background-color: rgb(32,50,94); }
div.DivClassName
{
background-color: #20325E;
}
.BgClassName
{
background-color: #20325E;
}
</style>
border-color css
<style>
span { border-color: #20325E; }
span { border-color: rgb(32,50,94); }
td.TdClassName
{
border-color: #20325E;
}
.TagClassName
{
border-color: #20325E;
}
</style>