Shades of Catalina Blue #203860
Tints of Catalina Blue #203860
RGB
CMYK
RGB Variations
Color information
#203860 (or 0x203860) is known color: Catalina Blue. HEX triplet: 20, 38 and 60. RGB value is (32,56,96). Sum of RGB (Red+Green+Blue) = 32+56+96=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #203860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203860 is #DFC79F. Grayscale: #353535. Windows color (decimal): -14665632 or 6305824. OLE color: 6305824.
HSL color Cylindrical-coordinate representation of color #203860: hue angle of 217.5º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #203860 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 56 | 96 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.62 |
| HSL | 217.5º | 0.5% | 0.25% | - |
| HSV(B) | 217.5º | 0.67% | 0.38% | - |
| XYZ | 4.12 | 3.98 | 11.62 | - |
| YUV | 53.38 | 152.05 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 96 | 0.67 | 0.42 | 0 | 0.62 | 217.5 | 0.5 | 0.25 |
| Hex | 20 | 38 | 60 | 43 | 2A | 0 | 3E | DA | 32 | 19 |
| Octal | 40 | 70 | 140 | 103 | 52 | 0 | 76 | 332 | 62 | 31 |
| Binary | 100000 | 111000 | 1100000 | 1000011 | 101010 | 0 | 111110 | 11011010 | 110010 | 11001 |
Color Harmonies of #203860
Complementary color
Monochromatic Colors of #203860
Black with #203860
Text Example
Text Example
White with #203860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203860; }
p { color: rgb(32,56,96); }
H1.HeaderClassName
{
color: #203860;
}
.AnyTagClassName
{
color: #203860;
}
</style>
background-color css
<style>
a { background-color: #203860; }
a { background-color: rgb(32,56,96); }
div.DivClassName
{
background-color: #203860;
}
.BgClassName
{
background-color: #203860;
}
</style>
border-color css
<style>
span { border-color: #203860; }
span { border-color: rgb(32,56,96); }
td.TdClassName
{
border-color: #203860;
}
.TagClassName
{
border-color: #203860;
}
</style>