Shades of Catalina Blue #20344F
Tints of Catalina Blue #20344F
RGB
CMYK
RGB Variations
Color information
#20344F (or 0x20344F) is known color: Catalina Blue. HEX triplet: 20, 34 and 4F. RGB value is (32,52,79). Sum of RGB (Red+Green+Blue) = 32+52+79=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #20344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20344F is #DFCBB0. Grayscale: #303030. Windows color (decimal): -14666673 or 5190688. OLE color: 5190688.
HSL color Cylindrical-coordinate representation of color #20344F: hue angle of 214.47º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20344F is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 52 | 79 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.69 |
| HSL | 214.47º | 0.42% | 0.22% | - |
| HSV(B) | 214.47º | 0.59% | 0.31% | - |
| XYZ | 3.23 | 3.33 | 7.87 | - |
| YUV | 49.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 79 | 0.59 | 0.34 | 0 | 0.69 | 214.47 | 0.42 | 0.22 |
| Hex | 20 | 34 | 4F | 3B | 22 | 0 | 45 | D6 | 2A | 16 |
| Octal | 40 | 64 | 117 | 73 | 42 | 0 | 105 | 326 | 52 | 26 |
| Binary | 100000 | 110100 | 1001111 | 111011 | 100010 | 0 | 1000101 | 11010110 | 101010 | 10110 |
Color Harmonies of #20344F
Complementary color
Monochromatic Colors of #20344F
Black with #20344F
Text Example
Text Example
White with #20344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20344F; }
p { color: rgb(32,52,79); }
H1.HeaderClassName
{
color: #20344F;
}
.AnyTagClassName
{
color: #20344F;
}
</style>
background-color css
<style>
a { background-color: #20344F; }
a { background-color: rgb(32,52,79); }
div.DivClassName
{
background-color: #20344F;
}
.BgClassName
{
background-color: #20344F;
}
</style>
border-color css
<style>
span { border-color: #20344F; }
span { border-color: rgb(32,52,79); }
td.TdClassName
{
border-color: #20344F;
}
.TagClassName
{
border-color: #20344F;
}
</style>