Shades of Catalina Blue #203F70
Tints of Catalina Blue #203F70
RGB
CMYK
RGB Variations
Color information
#203F70 (or 0x203F70) is known color: Catalina Blue. HEX triplet: 20, 3F and 70. RGB value is (32,63,112). Sum of RGB (Red+Green+Blue) = 32+63+112=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #203F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F70 is #DFC08F. Grayscale: #3B3B3B. Windows color (decimal): -14663824 or 7356192. OLE color: 7356192.
HSL color Cylindrical-coordinate representation of color #203F70: hue angle of 216.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #203F70 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 63 | 112 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.56 |
| HSL | 216.75º | 0.56% | 0.28% | - |
| HSV(B) | 216.75º | 0.71% | 0.44% | - |
| XYZ | 5.3 | 5.03 | 16.02 | - |
| YUV | 59.32 | 157.73 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 112 | 0.71 | 0.44 | 0 | 0.56 | 216.75 | 0.56 | 0.28 |
| Hex | 20 | 3F | 70 | 47 | 2C | 0 | 38 | D9 | 38 | 1C |
| Octal | 40 | 77 | 160 | 107 | 54 | 0 | 70 | 331 | 70 | 34 |
| Binary | 100000 | 111111 | 1110000 | 1000111 | 101100 | 0 | 111000 | 11011001 | 111000 | 11100 |
Color Harmonies of #203F70
Complementary color
Monochromatic Colors of #203F70
Black with #203F70
Text Example
Text Example
White with #203F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F70; }
p { color: rgb(32,63,112); }
H1.HeaderClassName
{
color: #203F70;
}
.AnyTagClassName
{
color: #203F70;
}
</style>
background-color css
<style>
a { background-color: #203F70; }
a { background-color: rgb(32,63,112); }
div.DivClassName
{
background-color: #203F70;
}
.BgClassName
{
background-color: #203F70;
}
</style>
border-color css
<style>
span { border-color: #203F70; }
span { border-color: rgb(32,63,112); }
td.TdClassName
{
border-color: #203F70;
}
.TagClassName
{
border-color: #203F70;
}
</style>