Shades of Catalina Blue #203D6D
Tints of Catalina Blue #203D6D
RGB
CMYK
RGB Variations
Color information
#203D6D (or 0x203D6D) is known color: Catalina Blue. HEX triplet: 20, 3D and 6D. RGB value is (32,61,109). Sum of RGB (Red+Green+Blue) = 32+61+109=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #203D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203D6D is #DFC292. Grayscale: #393939. Windows color (decimal): -14664339 or 7159072. OLE color: 7159072.
HSL color Cylindrical-coordinate representation of color #203D6D: hue angle of 217.4º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #203D6D is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 61 | 109 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.57 |
| HSL | 217.4º | 0.55% | 0.28% | - |
| HSV(B) | 217.4º | 0.71% | 0.43% | - |
| XYZ | 5.02 | 4.75 | 15.12 | - |
| YUV | 57.8 | 156.89 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 109 | 0.71 | 0.44 | 0 | 0.57 | 217.4 | 0.55 | 0.28 |
| Hex | 20 | 3D | 6D | 47 | 2C | 0 | 39 | D9 | 37 | 1C |
| Octal | 40 | 75 | 155 | 107 | 54 | 0 | 71 | 331 | 67 | 34 |
| Binary | 100000 | 111101 | 1101101 | 1000111 | 101100 | 0 | 111001 | 11011001 | 110111 | 11100 |
Color Harmonies of #203D6D
Complementary color
Monochromatic Colors of #203D6D
Black with #203D6D
Text Example
Text Example
White with #203D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D6D; }
p { color: rgb(32,61,109); }
H1.HeaderClassName
{
color: #203D6D;
}
.AnyTagClassName
{
color: #203D6D;
}
</style>
background-color css
<style>
a { background-color: #203D6D; }
a { background-color: rgb(32,61,109); }
div.DivClassName
{
background-color: #203D6D;
}
.BgClassName
{
background-color: #203D6D;
}
</style>
border-color css
<style>
span { border-color: #203D6D; }
span { border-color: rgb(32,61,109); }
td.TdClassName
{
border-color: #203D6D;
}
.TagClassName
{
border-color: #203D6D;
}
</style>