Shades of Catalina Blue #203962
Tints of Catalina Blue #203962
RGB
CMYK
RGB Variations
Color information
#203962 (or 0x203962) is known color: Catalina Blue. HEX triplet: 20, 39 and 62. RGB value is (32,57,98). Sum of RGB (Red+Green+Blue) = 32+57+98=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #203962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203962 is #DFC69D. Grayscale: #363636. Windows color (decimal): -14665374 or 6437152. OLE color: 6437152.
HSL color Cylindrical-coordinate representation of color #203962: hue angle of 217.27º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #203962 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 57 | 98 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.62 |
| HSL | 217.27º | 0.51% | 0.25% | - |
| HSV(B) | 217.27º | 0.67% | 0.38% | - |
| XYZ | 4.26 | 4.12 | 12.12 | - |
| YUV | 54.2 | 152.72 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 98 | 0.67 | 0.42 | 0 | 0.62 | 217.27 | 0.51 | 0.25 |
| Hex | 20 | 39 | 62 | 43 | 2A | 0 | 3E | D9 | 33 | 19 |
| Octal | 40 | 71 | 142 | 103 | 52 | 0 | 76 | 331 | 63 | 31 |
| Binary | 100000 | 111001 | 1100010 | 1000011 | 101010 | 0 | 111110 | 11011001 | 110011 | 11001 |
Color Harmonies of #203962
Complementary color
Monochromatic Colors of #203962
Black with #203962
Text Example
Text Example
White with #203962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203962; }
p { color: rgb(32,57,98); }
H1.HeaderClassName
{
color: #203962;
}
.AnyTagClassName
{
color: #203962;
}
</style>
background-color css
<style>
a { background-color: #203962; }
a { background-color: rgb(32,57,98); }
div.DivClassName
{
background-color: #203962;
}
.BgClassName
{
background-color: #203962;
}
</style>
border-color css
<style>
span { border-color: #203962; }
span { border-color: rgb(32,57,98); }
td.TdClassName
{
border-color: #203962;
}
.TagClassName
{
border-color: #203962;
}
</style>