Shades of Catalina Blue #203856
Tints of Catalina Blue #203856
RGB
CMYK
RGB Variations
Color information
#203856 (or 0x203856) is known color: Catalina Blue. HEX triplet: 20, 38 and 56. RGB value is (32,56,86). Sum of RGB (Red+Green+Blue) = 32+56+86=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #203856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203856 is #DFC7A9. Grayscale: #343434. Windows color (decimal): -14665642 or 5650464. OLE color: 5650464.
HSL color Cylindrical-coordinate representation of color #203856: hue angle of 213.33º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #203856 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 56 | 86 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.66 |
| HSL | 213.33º | 0.46% | 0.23% | - |
| HSV(B) | 213.33º | 0.63% | 0.34% | - |
| XYZ | 3.69 | 3.81 | 9.34 | - |
| YUV | 52.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 86 | 0.63 | 0.35 | 0 | 0.66 | 213.33 | 0.46 | 0.23 |
| Hex | 20 | 38 | 56 | 3F | 23 | 0 | 42 | D5 | 2E | 17 |
| Octal | 40 | 70 | 126 | 77 | 43 | 0 | 102 | 325 | 56 | 27 |
| Binary | 100000 | 111000 | 1010110 | 111111 | 100011 | 0 | 1000010 | 11010101 | 101110 | 10111 |
Color Harmonies of #203856
Complementary color
Monochromatic Colors of #203856
Black with #203856
Text Example
Text Example
White with #203856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203856; }
p { color: rgb(32,56,86); }
H1.HeaderClassName
{
color: #203856;
}
.AnyTagClassName
{
color: #203856;
}
</style>
background-color css
<style>
a { background-color: #203856; }
a { background-color: rgb(32,56,86); }
div.DivClassName
{
background-color: #203856;
}
.BgClassName
{
background-color: #203856;
}
</style>
border-color css
<style>
span { border-color: #203856; }
span { border-color: rgb(32,56,86); }
td.TdClassName
{
border-color: #203856;
}
.TagClassName
{
border-color: #203856;
}
</style>