Shades of Catalina Blue #20346B
Tints of Catalina Blue #20346B
RGB
CMYK
RGB Variations
Color information
#20346B (or 0x20346B) is known color: Catalina Blue. HEX triplet: 20, 34 and 6B. RGB value is (32,52,107). Sum of RGB (Red+Green+Blue) = 32+52+107=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #20346B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20346B is #DFCB94. Grayscale: #343434. Windows color (decimal): -14666645 or 7025696. OLE color: 7025696.
HSL color Cylindrical-coordinate representation of color #20346B: hue angle of 224º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20346B is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 52 | 107 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.58 |
| HSL | 224º | 0.54% | 0.27% | - |
| HSV(B) | 224º | 0.7% | 0.42% | - |
| XYZ | 4.48 | 3.82 | 14.41 | - |
| YUV | 52.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 107 | 0.70 | 0.51 | 0 | 0.58 | 224 | 0.54 | 0.27 |
| Hex | 20 | 34 | 6B | 46 | 33 | 0 | 3A | E0 | 36 | 1B |
| Octal | 40 | 64 | 153 | 106 | 63 | 0 | 72 | 340 | 66 | 33 |
| Binary | 100000 | 110100 | 1101011 | 1000110 | 110011 | 0 | 111010 | 11100000 | 110110 | 11011 |
Color Harmonies of #20346B
Complementary color
Monochromatic Colors of #20346B
Black with #20346B
Text Example
Text Example
White with #20346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20346B; }
p { color: rgb(32,52,107); }
H1.HeaderClassName
{
color: #20346B;
}
.AnyTagClassName
{
color: #20346B;
}
</style>
background-color css
<style>
a { background-color: #20346B; }
a { background-color: rgb(32,52,107); }
div.DivClassName
{
background-color: #20346B;
}
.BgClassName
{
background-color: #20346B;
}
</style>
border-color css
<style>
span { border-color: #20346B; }
span { border-color: rgb(32,52,107); }
td.TdClassName
{
border-color: #20346B;
}
.TagClassName
{
border-color: #20346B;
}
</style>