Shades of Catalina Blue #20335C
Tints of Catalina Blue #20335C
RGB
CMYK
RGB Variations
Color information
#20335C (or 0x20335C) is known color: Catalina Blue. HEX triplet: 20, 33 and 5C. RGB value is (32,51,92). Sum of RGB (Red+Green+Blue) = 32+51+92=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 51 (20.31% from 255 or 29.14% 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 #20335C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20335C is #DFCCA3. Grayscale: #313131. Windows color (decimal): -14666916 or 6042400. OLE color: 6042400.
HSL color Cylindrical-coordinate representation of color #20335C: hue angle of 221º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #20335C is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 51 | 92 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.64 |
| HSL | 221º | 0.48% | 0.24% | - |
| HSV(B) | 221º | 0.65% | 0.36% | - |
| XYZ | 3.71 | 3.45 | 10.6 | - |
| YUV | 49.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 92 | 0.65 | 0.45 | 0 | 0.64 | 221 | 0.48 | 0.24 |
| Hex | 20 | 33 | 5C | 41 | 2D | 0 | 40 | DD | 30 | 18 |
| Octal | 40 | 63 | 134 | 101 | 55 | 0 | 100 | 335 | 60 | 30 |
| Binary | 100000 | 110011 | 1011100 | 1000001 | 101101 | 0 | 1000000 | 11011101 | 110000 | 11000 |
Color Harmonies of #20335C
Complementary color
Monochromatic Colors of #20335C
Black with #20335C
Text Example
Text Example
White with #20335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20335C; }
p { color: rgb(32,51,92); }
H1.HeaderClassName
{
color: #20335C;
}
.AnyTagClassName
{
color: #20335C;
}
</style>
background-color css
<style>
a { background-color: #20335C; }
a { background-color: rgb(32,51,92); }
div.DivClassName
{
background-color: #20335C;
}
.BgClassName
{
background-color: #20335C;
}
</style>
border-color css
<style>
span { border-color: #20335C; }
span { border-color: rgb(32,51,92); }
td.TdClassName
{
border-color: #20335C;
}
.TagClassName
{
border-color: #20335C;
}
</style>