Shades of Catalina Blue #203E6E
Tints of Catalina Blue #203E6E
RGB
CMYK
RGB Variations
Color information
#203E6E (or 0x203E6E) is known color: Catalina Blue. HEX triplet: 20, 3E and 6E. RGB value is (32,62,110). Sum of RGB (Red+Green+Blue) = 32+62+110=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #203E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E6E is #DFC191. Grayscale: #3A3A3A. Windows color (decimal): -14664082 or 7224864. OLE color: 7224864.
HSL color Cylindrical-coordinate representation of color #203E6E: hue angle of 216.92º 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 #203E6E is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 62 | 110 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.57 |
| HSL | 216.92º | 0.55% | 0.28% | - |
| HSV(B) | 216.92º | 0.71% | 0.43% | - |
| XYZ | 5.13 | 4.88 | 15.42 | - |
| YUV | 58.5 | 157.06 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 110 | 0.71 | 0.44 | 0 | 0.57 | 216.92 | 0.55 | 0.28 |
| Hex | 20 | 3E | 6E | 47 | 2C | 0 | 39 | D9 | 37 | 1C |
| Octal | 40 | 76 | 156 | 107 | 54 | 0 | 71 | 331 | 67 | 34 |
| Binary | 100000 | 111110 | 1101110 | 1000111 | 101100 | 0 | 111001 | 11011001 | 110111 | 11100 |
Color Harmonies of #203E6E
Complementary color
Monochromatic Colors of #203E6E
Black with #203E6E
Text Example
Text Example
White with #203E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E6E; }
p { color: rgb(32,62,110); }
H1.HeaderClassName
{
color: #203E6E;
}
.AnyTagClassName
{
color: #203E6E;
}
</style>
background-color css
<style>
a { background-color: #203E6E; }
a { background-color: rgb(32,62,110); }
div.DivClassName
{
background-color: #203E6E;
}
.BgClassName
{
background-color: #203E6E;
}
</style>
border-color css
<style>
span { border-color: #203E6E; }
span { border-color: rgb(32,62,110); }
td.TdClassName
{
border-color: #203E6E;
}
.TagClassName
{
border-color: #203E6E;
}
</style>