Shades of Catalina Blue #203D60
Tints of Catalina Blue #203D60
RGB
CMYK
RGB Variations
Color information
#203D60 (or 0x203D60) is known color: Catalina Blue. HEX triplet: 20, 3D and 60. RGB value is (32,61,96). Sum of RGB (Red+Green+Blue) = 32+61+96=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #203D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203D60 is #DFC29F. Grayscale: #383838. Windows color (decimal): -14664352 or 6307104. OLE color: 6307104.
HSL color Cylindrical-coordinate representation of color #203D60: hue angle of 212.81º 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 #203D60 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 61 | 96 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.62 |
| HSL | 212.81º | 0.5% | 0.25% | - |
| HSV(B) | 212.81º | 0.67% | 0.38% | - |
| XYZ | 4.38 | 4.49 | 11.7 | - |
| YUV | 56.32 | 150.39 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 96 | 0.67 | 0.36 | 0 | 0.62 | 212.81 | 0.5 | 0.25 |
| Hex | 20 | 3D | 60 | 43 | 24 | 0 | 3E | D5 | 32 | 19 |
| Octal | 40 | 75 | 140 | 103 | 44 | 0 | 76 | 325 | 62 | 31 |
| Binary | 100000 | 111101 | 1100000 | 1000011 | 100100 | 0 | 111110 | 11010101 | 110010 | 11001 |
Color Harmonies of #203D60
Complementary color
Monochromatic Colors of #203D60
Black with #203D60
Text Example
Text Example
White with #203D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D60; }
p { color: rgb(32,61,96); }
H1.HeaderClassName
{
color: #203D60;
}
.AnyTagClassName
{
color: #203D60;
}
</style>
background-color css
<style>
a { background-color: #203D60; }
a { background-color: rgb(32,61,96); }
div.DivClassName
{
background-color: #203D60;
}
.BgClassName
{
background-color: #203D60;
}
</style>
border-color css
<style>
span { border-color: #203D60; }
span { border-color: rgb(32,61,96); }
td.TdClassName
{
border-color: #203D60;
}
.TagClassName
{
border-color: #203D60;
}
</style>