Shades of Catalina Blue #204168
Tints of Catalina Blue #204168
RGB
CMYK
RGB Variations
Color information
#204168 (or 0x204168) is known color: Catalina Blue. HEX triplet: 20, 41 and 68. RGB value is (32,65,104). Sum of RGB (Red+Green+Blue) = 32+65+104=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #204168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204168 is #DFBE97. Grayscale: #3B3B3B. Windows color (decimal): -14663320 or 6832416. OLE color: 6832416.
HSL color Cylindrical-coordinate representation of color #204168: hue angle of 212.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #204168 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 65 | 104 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.59 |
| HSL | 212.5º | 0.53% | 0.27% | - |
| HSV(B) | 212.5º | 0.69% | 0.41% | - |
| XYZ | 4.98 | 5.09 | 13.82 | - |
| YUV | 59.58 | 153.07 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 104 | 0.69 | 0.38 | 0 | 0.59 | 212.5 | 0.53 | 0.27 |
| Hex | 20 | 41 | 68 | 45 | 26 | 0 | 3B | D4 | 35 | 1B |
| Octal | 40 | 101 | 150 | 105 | 46 | 0 | 73 | 324 | 65 | 33 |
| Binary | 100000 | 1000001 | 1101000 | 1000101 | 100110 | 0 | 111011 | 11010100 | 110101 | 11011 |
Color Harmonies of #204168
Complementary color
Monochromatic Colors of #204168
Black with #204168
Text Example
Text Example
White with #204168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204168; }
p { color: rgb(32,65,104); }
H1.HeaderClassName
{
color: #204168;
}
.AnyTagClassName
{
color: #204168;
}
</style>
background-color css
<style>
a { background-color: #204168; }
a { background-color: rgb(32,65,104); }
div.DivClassName
{
background-color: #204168;
}
.BgClassName
{
background-color: #204168;
}
</style>
border-color css
<style>
span { border-color: #204168; }
span { border-color: rgb(32,65,104); }
td.TdClassName
{
border-color: #204168;
}
.TagClassName
{
border-color: #204168;
}
</style>