Shades of Catalina Blue #203B5B
Tints of Catalina Blue #203B5B
RGB
CMYK
RGB Variations
Color information
#203B5B (or 0x203B5B) is known color: Catalina Blue. HEX triplet: 20, 3B and 5B. RGB value is (32,59,91). Sum of RGB (Red+Green+Blue) = 32+59+91=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #203B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B5B is #DFC4A4. Grayscale: #363636. Windows color (decimal): -14664869 or 5978912. OLE color: 5978912.
HSL color Cylindrical-coordinate representation of color #203B5B: hue angle of 212.54º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #203B5B is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 59 | 91 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.64 |
| HSL | 212.54º | 0.48% | 0.24% | - |
| HSV(B) | 212.54º | 0.65% | 0.36% | - |
| XYZ | 4.05 | 4.19 | 10.49 | - |
| YUV | 54.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 91 | 0.65 | 0.35 | 0 | 0.64 | 212.54 | 0.48 | 0.24 |
| Hex | 20 | 3B | 5B | 41 | 23 | 0 | 40 | D5 | 30 | 18 |
| Octal | 40 | 73 | 133 | 101 | 43 | 0 | 100 | 325 | 60 | 30 |
| Binary | 100000 | 111011 | 1011011 | 1000001 | 100011 | 0 | 1000000 | 11010101 | 110000 | 11000 |
Color Harmonies of #203B5B
Complementary color
Monochromatic Colors of #203B5B
Black with #203B5B
Text Example
Text Example
White with #203B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B5B; }
p { color: rgb(32,59,91); }
H1.HeaderClassName
{
color: #203B5B;
}
.AnyTagClassName
{
color: #203B5B;
}
</style>
background-color css
<style>
a { background-color: #203B5B; }
a { background-color: rgb(32,59,91); }
div.DivClassName
{
background-color: #203B5B;
}
.BgClassName
{
background-color: #203B5B;
}
</style>
border-color css
<style>
span { border-color: #203B5B; }
span { border-color: rgb(32,59,91); }
td.TdClassName
{
border-color: #203B5B;
}
.TagClassName
{
border-color: #203B5B;
}
</style>