Shades of Catalina Blue #204269
Tints of Catalina Blue #204269
RGB
CMYK
RGB Variations
Color information
#204269 (or 0x204269) is known color: Catalina Blue. HEX triplet: 20, 42 and 69. RGB value is (32,66,105). Sum of RGB (Red+Green+Blue) = 32+66+105=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #204269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204269 is #DFBD96. Grayscale: #3C3C3C. Windows color (decimal): -14663063 or 6898208. OLE color: 6898208.
HSL color Cylindrical-coordinate representation of color #204269: hue angle of 212.05º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #204269 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 66 | 105 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.59 |
| HSL | 212.05º | 0.53% | 0.27% | - |
| HSV(B) | 212.05º | 0.7% | 0.41% | - |
| XYZ | 5.09 | 5.22 | 14.1 | - |
| YUV | 60.28 | 153.24 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 105 | 0.70 | 0.37 | 0 | 0.59 | 212.05 | 0.53 | 0.27 |
| Hex | 20 | 42 | 69 | 46 | 25 | 0 | 3B | D4 | 35 | 1B |
| Octal | 40 | 102 | 151 | 106 | 45 | 0 | 73 | 324 | 65 | 33 |
| Binary | 100000 | 1000010 | 1101001 | 1000110 | 100101 | 0 | 111011 | 11010100 | 110101 | 11011 |
Color Harmonies of #204269
Complementary color
Monochromatic Colors of #204269
Black with #204269
Text Example
Text Example
White with #204269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204269; }
p { color: rgb(32,66,105); }
H1.HeaderClassName
{
color: #204269;
}
.AnyTagClassName
{
color: #204269;
}
</style>
background-color css
<style>
a { background-color: #204269; }
a { background-color: rgb(32,66,105); }
div.DivClassName
{
background-color: #204269;
}
.BgClassName
{
background-color: #204269;
}
</style>
border-color css
<style>
span { border-color: #204269; }
span { border-color: rgb(32,66,105); }
td.TdClassName
{
border-color: #204269;
}
.TagClassName
{
border-color: #204269;
}
</style>