Shades of Catalina Blue #203E61
Tints of Catalina Blue #203E61
RGB
CMYK
RGB Variations
Color information
#203E61 (or 0x203E61) is known color: Catalina Blue. HEX triplet: 20, 3E and 61. RGB value is (32,62,97). Sum of RGB (Red+Green+Blue) = 32+62+97=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #203E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E61 is #DFC19E. Grayscale: #383838. Windows color (decimal): -14664095 or 6372896. OLE color: 6372896.
HSL color Cylindrical-coordinate representation of color #203E61: hue angle of 212.31º 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 #203E61 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 62 | 97 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.62 |
| HSL | 212.31º | 0.5% | 0.25% | - |
| HSV(B) | 212.31º | 0.67% | 0.38% | - |
| XYZ | 4.48 | 4.62 | 11.96 | - |
| YUV | 57.02 | 150.56 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 97 | 0.67 | 0.36 | 0 | 0.62 | 212.31 | 0.5 | 0.25 |
| Hex | 20 | 3E | 61 | 43 | 24 | 0 | 3E | D4 | 32 | 19 |
| Octal | 40 | 76 | 141 | 103 | 44 | 0 | 76 | 324 | 62 | 31 |
| Binary | 100000 | 111110 | 1100001 | 1000011 | 100100 | 0 | 111110 | 11010100 | 110010 | 11001 |
Color Harmonies of #203E61
Complementary color
Monochromatic Colors of #203E61
Black with #203E61
Text Example
Text Example
White with #203E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E61; }
p { color: rgb(32,62,97); }
H1.HeaderClassName
{
color: #203E61;
}
.AnyTagClassName
{
color: #203E61;
}
</style>
background-color css
<style>
a { background-color: #203E61; }
a { background-color: rgb(32,62,97); }
div.DivClassName
{
background-color: #203E61;
}
.BgClassName
{
background-color: #203E61;
}
</style>
border-color css
<style>
span { border-color: #203E61; }
span { border-color: rgb(32,62,97); }
td.TdClassName
{
border-color: #203E61;
}
.TagClassName
{
border-color: #203E61;
}
</style>