Shades of Catalina Blue #204171
Tints of Catalina Blue #204171
RGB
CMYK
RGB Variations
Color information
#204171 (or 0x204171) is known color: Catalina Blue. HEX triplet: 20, 41 and 71. RGB value is (32,65,113). Sum of RGB (Red+Green+Blue) = 32+65+113=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #204171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204171 is #DFBE8E. Grayscale: #3C3C3C. Windows color (decimal): -14663311 or 7422240. OLE color: 7422240.
HSL color Cylindrical-coordinate representation of color #204171: hue angle of 215.56º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #204171 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 65 | 113 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.56 |
| HSL | 215.56º | 0.56% | 0.28% | - |
| HSV(B) | 215.56º | 0.72% | 0.44% | - |
| XYZ | 5.47 | 5.28 | 16.35 | - |
| YUV | 60.61 | 157.57 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 113 | 0.72 | 0.42 | 0 | 0.56 | 215.56 | 0.56 | 0.28 |
| Hex | 20 | 41 | 71 | 48 | 2A | 0 | 38 | D8 | 38 | 1C |
| Octal | 40 | 101 | 161 | 110 | 52 | 0 | 70 | 330 | 70 | 34 |
| Binary | 100000 | 1000001 | 1110001 | 1001000 | 101010 | 0 | 111000 | 11011000 | 111000 | 11100 |
Color Harmonies of #204171
Complementary color
Monochromatic Colors of #204171
Black with #204171
Text Example
Text Example
White with #204171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204171; }
p { color: rgb(32,65,113); }
H1.HeaderClassName
{
color: #204171;
}
.AnyTagClassName
{
color: #204171;
}
</style>
background-color css
<style>
a { background-color: #204171; }
a { background-color: rgb(32,65,113); }
div.DivClassName
{
background-color: #204171;
}
.BgClassName
{
background-color: #204171;
}
</style>
border-color css
<style>
span { border-color: #204171; }
span { border-color: rgb(32,65,113); }
td.TdClassName
{
border-color: #204171;
}
.TagClassName
{
border-color: #204171;
}
</style>