Shades of Catalina Blue #203D61
Tints of Catalina Blue #203D61
RGB
CMYK
RGB Variations
Color information
#203D61 (or 0x203D61) is known color: Catalina Blue. HEX triplet: 20, 3D and 61. RGB value is (32,61,97). Sum of RGB (Red+Green+Blue) = 32+61+97=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #203D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203D61 is #DFC29E. Grayscale: #383838. Windows color (decimal): -14664351 or 6372640. OLE color: 6372640.
HSL color Cylindrical-coordinate representation of color #203D61: hue angle of 213.23º 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 #203D61 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 61 | 97 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.62 |
| HSL | 213.23º | 0.5% | 0.25% | - |
| HSV(B) | 213.23º | 0.67% | 0.38% | - |
| XYZ | 4.42 | 4.51 | 11.95 | - |
| YUV | 56.43 | 150.89 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 97 | 0.67 | 0.37 | 0 | 0.62 | 213.23 | 0.5 | 0.25 |
| Hex | 20 | 3D | 61 | 43 | 25 | 0 | 3E | D5 | 32 | 19 |
| Octal | 40 | 75 | 141 | 103 | 45 | 0 | 76 | 325 | 62 | 31 |
| Binary | 100000 | 111101 | 1100001 | 1000011 | 100101 | 0 | 111110 | 11010101 | 110010 | 11001 |
Color Harmonies of #203D61
Complementary color
Monochromatic Colors of #203D61
Black with #203D61
Text Example
Text Example
White with #203D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D61; }
p { color: rgb(32,61,97); }
H1.HeaderClassName
{
color: #203D61;
}
.AnyTagClassName
{
color: #203D61;
}
</style>
background-color css
<style>
a { background-color: #203D61; }
a { background-color: rgb(32,61,97); }
div.DivClassName
{
background-color: #203D61;
}
.BgClassName
{
background-color: #203D61;
}
</style>
border-color css
<style>
span { border-color: #203D61; }
span { border-color: rgb(32,61,97); }
td.TdClassName
{
border-color: #203D61;
}
.TagClassName
{
border-color: #203D61;
}
</style>