Shades of Catalina Blue #203C5F
Tints of Catalina Blue #203C5F
RGB
CMYK
RGB Variations
Color information
#203C5F (or 0x203C5F) is known color: Catalina Blue. HEX triplet: 20, 3C and 5F. RGB value is (32,60,95). Sum of RGB (Red+Green+Blue) = 32+60+95=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #203C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C5F is #DFC3A0. Grayscale: #373737. Windows color (decimal): -14664609 or 6241312. OLE color: 6241312.
HSL color Cylindrical-coordinate representation of color #203C5F: hue angle of 213.33º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #203C5F is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 60 | 95 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.63 |
| HSL | 213.33º | 0.5% | 0.25% | - |
| HSV(B) | 213.33º | 0.66% | 0.37% | - |
| XYZ | 4.28 | 4.37 | 11.44 | - |
| YUV | 55.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 95 | 0.66 | 0.37 | 0 | 0.63 | 213.33 | 0.5 | 0.25 |
| Hex | 20 | 3C | 5F | 42 | 25 | 0 | 3F | D5 | 32 | 19 |
| Octal | 40 | 74 | 137 | 102 | 45 | 0 | 77 | 325 | 62 | 31 |
| Binary | 100000 | 111100 | 1011111 | 1000010 | 100101 | 0 | 111111 | 11010101 | 110010 | 11001 |
Color Harmonies of #203C5F
Complementary color
Monochromatic Colors of #203C5F
Black with #203C5F
Text Example
Text Example
White with #203C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C5F; }
p { color: rgb(32,60,95); }
H1.HeaderClassName
{
color: #203C5F;
}
.AnyTagClassName
{
color: #203C5F;
}
</style>
background-color css
<style>
a { background-color: #203C5F; }
a { background-color: rgb(32,60,95); }
div.DivClassName
{
background-color: #203C5F;
}
.BgClassName
{
background-color: #203C5F;
}
</style>
border-color css
<style>
span { border-color: #203C5F; }
span { border-color: rgb(32,60,95); }
td.TdClassName
{
border-color: #203C5F;
}
.TagClassName
{
border-color: #203C5F;
}
</style>