Shades of Catalina Blue #204167
Tints of Catalina Blue #204167
RGB
CMYK
RGB Variations
Color information
#204167 (or 0x204167) is known color: Catalina Blue. HEX triplet: 20, 41 and 67. RGB value is (32,65,103). Sum of RGB (Red+Green+Blue) = 32+65+103=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #204167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204167 is #DFBE98. Grayscale: #3B3B3B. Windows color (decimal): -14663321 or 6766880. OLE color: 6766880.
HSL color Cylindrical-coordinate representation of color #204167: hue angle of 212.11º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #204167 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 65 | 103 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.60 |
| HSL | 212.11º | 0.53% | 0.26% | - |
| HSV(B) | 212.11º | 0.69% | 0.4% | - |
| XYZ | 4.93 | 5.07 | 13.55 | - |
| YUV | 59.47 | 152.57 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 103 | 0.69 | 0.37 | 0 | 0.60 | 212.11 | 0.53 | 0.26 |
| Hex | 20 | 41 | 67 | 45 | 25 | 0 | 3C | D4 | 35 | 1A |
| Octal | 40 | 101 | 147 | 105 | 45 | 0 | 74 | 324 | 65 | 32 |
| Binary | 100000 | 1000001 | 1100111 | 1000101 | 100101 | 0 | 111100 | 11010100 | 110101 | 11010 |
Color Harmonies of #204167
Complementary color
Monochromatic Colors of #204167
Black with #204167
Text Example
Text Example
White with #204167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204167; }
p { color: rgb(32,65,103); }
H1.HeaderClassName
{
color: #204167;
}
.AnyTagClassName
{
color: #204167;
}
</style>
background-color css
<style>
a { background-color: #204167; }
a { background-color: rgb(32,65,103); }
div.DivClassName
{
background-color: #204167;
}
.BgClassName
{
background-color: #204167;
}
</style>
border-color css
<style>
span { border-color: #204167; }
span { border-color: rgb(32,65,103); }
td.TdClassName
{
border-color: #204167;
}
.TagClassName
{
border-color: #204167;
}
</style>