Shades of Catalina Blue #203861
Tints of Catalina Blue #203861
RGB
CMYK
RGB Variations
Color information
#203861 (or 0x203861) is known color: Catalina Blue. HEX triplet: 20, 38 and 61. RGB value is (32,56,97). Sum of RGB (Red+Green+Blue) = 32+56+97=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #203861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203861 is #DFC79E. Grayscale: #353535. Windows color (decimal): -14665631 or 6371360. OLE color: 6371360.
HSL color Cylindrical-coordinate representation of color #203861: hue angle of 217.85º 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 #203861 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 56 | 97 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.62 |
| HSL | 217.85º | 0.5% | 0.25% | - |
| HSV(B) | 217.85º | 0.67% | 0.38% | - |
| XYZ | 4.17 | 4 | 11.86 | - |
| YUV | 53.5 | 152.55 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 97 | 0.67 | 0.42 | 0 | 0.62 | 217.85 | 0.5 | 0.25 |
| Hex | 20 | 38 | 61 | 43 | 2A | 0 | 3E | DA | 32 | 19 |
| Octal | 40 | 70 | 141 | 103 | 52 | 0 | 76 | 332 | 62 | 31 |
| Binary | 100000 | 111000 | 1100001 | 1000011 | 101010 | 0 | 111110 | 11011010 | 110010 | 11001 |
Color Harmonies of #203861
Complementary color
Monochromatic Colors of #203861
Black with #203861
Text Example
Text Example
White with #203861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203861; }
p { color: rgb(32,56,97); }
H1.HeaderClassName
{
color: #203861;
}
.AnyTagClassName
{
color: #203861;
}
</style>
background-color css
<style>
a { background-color: #203861; }
a { background-color: rgb(32,56,97); }
div.DivClassName
{
background-color: #203861;
}
.BgClassName
{
background-color: #203861;
}
</style>
border-color css
<style>
span { border-color: #203861; }
span { border-color: rgb(32,56,97); }
td.TdClassName
{
border-color: #203861;
}
.TagClassName
{
border-color: #203861;
}
</style>