Shades of Catalina Blue #203F6E
Tints of Catalina Blue #203F6E
RGB
CMYK
RGB Variations
Color information
#203F6E (or 0x203F6E) is known color: Catalina Blue. HEX triplet: 20, 3F and 6E. RGB value is (32,63,110). Sum of RGB (Red+Green+Blue) = 32+63+110=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #203F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F6E is #DFC091. Grayscale: #3A3A3A. Windows color (decimal): -14663826 or 7225120. OLE color: 7225120.
HSL color Cylindrical-coordinate representation of color #203F6E: hue angle of 216.15º 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 #203F6E is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 63 | 110 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.57 |
| HSL | 216.15º | 0.55% | 0.28% | - |
| HSV(B) | 216.15º | 0.71% | 0.43% | - |
| XYZ | 5.19 | 4.99 | 15.44 | - |
| YUV | 59.09 | 156.73 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 110 | 0.71 | 0.43 | 0 | 0.57 | 216.15 | 0.55 | 0.28 |
| Hex | 20 | 3F | 6E | 47 | 2B | 0 | 39 | D8 | 37 | 1C |
| Octal | 40 | 77 | 156 | 107 | 53 | 0 | 71 | 330 | 67 | 34 |
| Binary | 100000 | 111111 | 1101110 | 1000111 | 101011 | 0 | 111001 | 11011000 | 110111 | 11100 |
Color Harmonies of #203F6E
Complementary color
Monochromatic Colors of #203F6E
Black with #203F6E
Text Example
Text Example
White with #203F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F6E; }
p { color: rgb(32,63,110); }
H1.HeaderClassName
{
color: #203F6E;
}
.AnyTagClassName
{
color: #203F6E;
}
</style>
background-color css
<style>
a { background-color: #203F6E; }
a { background-color: rgb(32,63,110); }
div.DivClassName
{
background-color: #203F6E;
}
.BgClassName
{
background-color: #203F6E;
}
</style>
border-color css
<style>
span { border-color: #203F6E; }
span { border-color: rgb(32,63,110); }
td.TdClassName
{
border-color: #203F6E;
}
.TagClassName
{
border-color: #203F6E;
}
</style>