Shades of Catalina Blue #203566
Tints of Catalina Blue #203566
RGB
CMYK
RGB Variations
Color information
#203566 (or 0x203566) is known color: Catalina Blue. HEX triplet: 20, 35 and 66. RGB value is (32,53,102). Sum of RGB (Red+Green+Blue) = 32+53+102=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #203566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203566 is #DFCA99. Grayscale: #343434. Windows color (decimal): -14666394 or 6698272. OLE color: 6698272.
HSL color Cylindrical-coordinate representation of color #203566: hue angle of 222º degrees, saturation: 0.52, 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 #203566 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 53 | 102 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.6 |
| HSL | 222º | 0.52% | 0.26% | - |
| HSV(B) | 222º | 0.69% | 0.4% | - |
| XYZ | 4.27 | 3.81 | 13.08 | - |
| YUV | 52.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 102 | 0.69 | 0.48 | 0 | 0.6 | 222 | 0.52 | 0.26 |
| Hex | 20 | 35 | 66 | 45 | 30 | 0 | 3C | DE | 34 | 1A |
| Octal | 40 | 65 | 146 | 105 | 60 | 0 | 74 | 336 | 64 | 32 |
| Binary | 100000 | 110101 | 1100110 | 1000101 | 110000 | 0 | 111100 | 11011110 | 110100 | 11010 |
Color Harmonies of #203566
Complementary color
Monochromatic Colors of #203566
Black with #203566
Text Example
Text Example
White with #203566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203566; }
p { color: rgb(32,53,102); }
H1.HeaderClassName
{
color: #203566;
}
.AnyTagClassName
{
color: #203566;
}
</style>
background-color css
<style>
a { background-color: #203566; }
a { background-color: rgb(32,53,102); }
div.DivClassName
{
background-color: #203566;
}
.BgClassName
{
background-color: #203566;
}
</style>
border-color css
<style>
span { border-color: #203566; }
span { border-color: rgb(32,53,102); }
td.TdClassName
{
border-color: #203566;
}
.TagClassName
{
border-color: #203566;
}
</style>