Shades of Catalina Blue #203E6B
Tints of Catalina Blue #203E6B
RGB
CMYK
RGB Variations
Color information
#203E6B (or 0x203E6B) is known color: Catalina Blue. HEX triplet: 20, 3E and 6B. RGB value is (32,62,107). Sum of RGB (Red+Green+Blue) = 32+62+107=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #203E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E6B is #DFC194. Grayscale: #393939. Windows color (decimal): -14664085 or 7028256. OLE color: 7028256.
HSL color Cylindrical-coordinate representation of color #203E6B: hue angle of 216º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #203E6B is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 62 | 107 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.58 |
| HSL | 216º | 0.54% | 0.27% | - |
| HSV(B) | 216º | 0.7% | 0.42% | - |
| XYZ | 4.97 | 4.81 | 14.58 | - |
| YUV | 58.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 107 | 0.70 | 0.42 | 0 | 0.58 | 216 | 0.54 | 0.27 |
| Hex | 20 | 3E | 6B | 46 | 2A | 0 | 3A | D8 | 36 | 1B |
| Octal | 40 | 76 | 153 | 106 | 52 | 0 | 72 | 330 | 66 | 33 |
| Binary | 100000 | 111110 | 1101011 | 1000110 | 101010 | 0 | 111010 | 11011000 | 110110 | 11011 |
Color Harmonies of #203E6B
Complementary color
Monochromatic Colors of #203E6B
Black with #203E6B
Text Example
Text Example
White with #203E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E6B; }
p { color: rgb(32,62,107); }
H1.HeaderClassName
{
color: #203E6B;
}
.AnyTagClassName
{
color: #203E6B;
}
</style>
background-color css
<style>
a { background-color: #203E6B; }
a { background-color: rgb(32,62,107); }
div.DivClassName
{
background-color: #203E6B;
}
.BgClassName
{
background-color: #203E6B;
}
</style>
border-color css
<style>
span { border-color: #203E6B; }
span { border-color: rgb(32,62,107); }
td.TdClassName
{
border-color: #203E6B;
}
.TagClassName
{
border-color: #203E6B;
}
</style>