Shades of Catalina Blue #204065
Tints of Catalina Blue #204065
RGB
CMYK
RGB Variations
Color information
#204065 (or 0x204065) is known color: Catalina Blue. HEX triplet: 20, 40 and 65. RGB value is (32,64,101). Sum of RGB (Red+Green+Blue) = 32+64+101=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #204065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204065 is #DFBF9A. Grayscale: #3A3A3A. Windows color (decimal): -14663579 or 6635552. OLE color: 6635552.
HSL color Cylindrical-coordinate representation of color #204065: hue angle of 212.17º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #204065 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 64 | 101 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.60 |
| HSL | 212.17º | 0.52% | 0.26% | - |
| HSV(B) | 212.17º | 0.68% | 0.4% | - |
| XYZ | 4.78 | 4.91 | 13.01 | - |
| YUV | 58.65 | 151.9 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 101 | 0.68 | 0.37 | 0 | 0.60 | 212.17 | 0.52 | 0.26 |
| Hex | 20 | 40 | 65 | 44 | 25 | 0 | 3C | D4 | 34 | 1A |
| Octal | 40 | 100 | 145 | 104 | 45 | 0 | 74 | 324 | 64 | 32 |
| Binary | 100000 | 1000000 | 1100101 | 1000100 | 100101 | 0 | 111100 | 11010100 | 110100 | 11010 |
Color Harmonies of #204065
Complementary color
Monochromatic Colors of #204065
Black with #204065
Text Example
Text Example
White with #204065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204065; }
p { color: rgb(32,64,101); }
H1.HeaderClassName
{
color: #204065;
}
.AnyTagClassName
{
color: #204065;
}
</style>
background-color css
<style>
a { background-color: #204065; }
a { background-color: rgb(32,64,101); }
div.DivClassName
{
background-color: #204065;
}
.BgClassName
{
background-color: #204065;
}
</style>
border-color css
<style>
span { border-color: #204065; }
span { border-color: rgb(32,64,101); }
td.TdClassName
{
border-color: #204065;
}
.TagClassName
{
border-color: #204065;
}
</style>