Shades of Catalina Blue #203B6D
Tints of Catalina Blue #203B6D
RGB
CMYK
RGB Variations
Color information
#203B6D (or 0x203B6D) is known color: Catalina Blue. HEX triplet: 20, 3B and 6D. RGB value is (32,59,109). Sum of RGB (Red+Green+Blue) = 32+59+109=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #203B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B6D is #DFC492. Grayscale: #383838. Windows color (decimal): -14664851 or 7158560. OLE color: 7158560.
HSL color Cylindrical-coordinate representation of color #203B6D: hue angle of 218.96º 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 #203B6D is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 59 | 109 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.57 |
| HSL | 218.96º | 0.55% | 0.28% | - |
| HSV(B) | 218.96º | 0.71% | 0.43% | - |
| XYZ | 4.92 | 4.54 | 15.08 | - |
| YUV | 56.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 109 | 0.71 | 0.46 | 0 | 0.57 | 218.96 | 0.55 | 0.28 |
| Hex | 20 | 3B | 6D | 47 | 2E | 0 | 39 | DB | 37 | 1C |
| Octal | 40 | 73 | 155 | 107 | 56 | 0 | 71 | 333 | 67 | 34 |
| Binary | 100000 | 111011 | 1101101 | 1000111 | 101110 | 0 | 111001 | 11011011 | 110111 | 11100 |
Color Harmonies of #203B6D
Complementary color
Monochromatic Colors of #203B6D
Black with #203B6D
Text Example
Text Example
White with #203B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B6D; }
p { color: rgb(32,59,109); }
H1.HeaderClassName
{
color: #203B6D;
}
.AnyTagClassName
{
color: #203B6D;
}
</style>
background-color css
<style>
a { background-color: #203B6D; }
a { background-color: rgb(32,59,109); }
div.DivClassName
{
background-color: #203B6D;
}
.BgClassName
{
background-color: #203B6D;
}
</style>
border-color css
<style>
span { border-color: #203B6D; }
span { border-color: rgb(32,59,109); }
td.TdClassName
{
border-color: #203B6D;
}
.TagClassName
{
border-color: #203B6D;
}
</style>