Shades of Catalina Blue #203A5D
Tints of Catalina Blue #203A5D
RGB
CMYK
RGB Variations
Color information
#203A5D (or 0x203A5D) is known color: Catalina Blue. HEX triplet: 20, 3A and 5D. RGB value is (32,58,93). Sum of RGB (Red+Green+Blue) = 32+58+93=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #203A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A5D is #DFC5A2. Grayscale: #363636. Windows color (decimal): -14665123 or 6109728. OLE color: 6109728.
HSL color Cylindrical-coordinate representation of color #203A5D: hue angle of 214.43º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #203A5D is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 58 | 93 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.64 |
| HSL | 214.43º | 0.49% | 0.25% | - |
| HSV(B) | 214.43º | 0.66% | 0.36% | - |
| XYZ | 4.08 | 4.12 | 10.94 | - |
| YUV | 54.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 93 | 0.66 | 0.38 | 0 | 0.64 | 214.43 | 0.49 | 0.25 |
| Hex | 20 | 3A | 5D | 42 | 26 | 0 | 40 | D6 | 31 | 19 |
| Octal | 40 | 72 | 135 | 102 | 46 | 0 | 100 | 326 | 61 | 31 |
| Binary | 100000 | 111010 | 1011101 | 1000010 | 100110 | 0 | 1000000 | 11010110 | 110001 | 11001 |
Color Harmonies of #203A5D
Complementary color
Monochromatic Colors of #203A5D
Black with #203A5D
Text Example
Text Example
White with #203A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A5D; }
p { color: rgb(32,58,93); }
H1.HeaderClassName
{
color: #203A5D;
}
.AnyTagClassName
{
color: #203A5D;
}
</style>
background-color css
<style>
a { background-color: #203A5D; }
a { background-color: rgb(32,58,93); }
div.DivClassName
{
background-color: #203A5D;
}
.BgClassName
{
background-color: #203A5D;
}
</style>
border-color css
<style>
span { border-color: #203A5D; }
span { border-color: rgb(32,58,93); }
td.TdClassName
{
border-color: #203A5D;
}
.TagClassName
{
border-color: #203A5D;
}
</style>