Shades of Catalina Blue #203651
Tints of Catalina Blue #203651
RGB
CMYK
RGB Variations
Color information
#203651 (or 0x203651) is known color: Catalina Blue. HEX triplet: 20, 36 and 51. RGB value is (32,54,81). Sum of RGB (Red+Green+Blue) = 32+54+81=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #203651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203651 is #DFC9AE. Grayscale: #323232. Windows color (decimal): -14666159 or 5322272. OLE color: 5322272.
HSL color Cylindrical-coordinate representation of color #203651: hue angle of 213.06º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #203651 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 54 | 81 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.68 |
| HSL | 213.06º | 0.43% | 0.22% | - |
| HSV(B) | 213.06º | 0.6% | 0.32% | - |
| XYZ | 3.4 | 3.54 | 8.29 | - |
| YUV | 50.5 | 145.21 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 81 | 0.60 | 0.33 | 0 | 0.68 | 213.06 | 0.43 | 0.22 |
| Hex | 20 | 36 | 51 | 3C | 21 | 0 | 44 | D5 | 2B | 16 |
| Octal | 40 | 66 | 121 | 74 | 41 | 0 | 104 | 325 | 53 | 26 |
| Binary | 100000 | 110110 | 1010001 | 111100 | 100001 | 0 | 1000100 | 11010101 | 101011 | 10110 |
Color Harmonies of #203651
Complementary color
Monochromatic Colors of #203651
Black with #203651
Text Example
Text Example
White with #203651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203651; }
p { color: rgb(32,54,81); }
H1.HeaderClassName
{
color: #203651;
}
.AnyTagClassName
{
color: #203651;
}
</style>
background-color css
<style>
a { background-color: #203651; }
a { background-color: rgb(32,54,81); }
div.DivClassName
{
background-color: #203651;
}
.BgClassName
{
background-color: #203651;
}
</style>
border-color css
<style>
span { border-color: #203651; }
span { border-color: rgb(32,54,81); }
td.TdClassName
{
border-color: #203651;
}
.TagClassName
{
border-color: #203651;
}
</style>