Shades of Catalina Blue #203D6C
Tints of Catalina Blue #203D6C
RGB
CMYK
RGB Variations
Color information
#203D6C (or 0x203D6C) is known color: Catalina Blue. HEX triplet: 20, 3D and 6C. RGB value is (32,61,108). Sum of RGB (Red+Green+Blue) = 32+61+108=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #203D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203D6C is #DFC293. Grayscale: #393939. Windows color (decimal): -14664340 or 7093536. OLE color: 7093536.
HSL color Cylindrical-coordinate representation of color #203D6C: hue angle of 217.11º 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 #203D6C is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 61 | 108 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.58 |
| HSL | 217.11º | 0.54% | 0.27% | - |
| HSV(B) | 217.11º | 0.7% | 0.42% | - |
| XYZ | 4.97 | 4.73 | 14.84 | - |
| YUV | 57.69 | 156.39 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 108 | 0.70 | 0.44 | 0 | 0.58 | 217.11 | 0.54 | 0.27 |
| Hex | 20 | 3D | 6C | 46 | 2C | 0 | 3A | D9 | 36 | 1B |
| Octal | 40 | 75 | 154 | 106 | 54 | 0 | 72 | 331 | 66 | 33 |
| Binary | 100000 | 111101 | 1101100 | 1000110 | 101100 | 0 | 111010 | 11011001 | 110110 | 11011 |
Color Harmonies of #203D6C
Complementary color
Monochromatic Colors of #203D6C
Black with #203D6C
Text Example
Text Example
White with #203D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D6C; }
p { color: rgb(32,61,108); }
H1.HeaderClassName
{
color: #203D6C;
}
.AnyTagClassName
{
color: #203D6C;
}
</style>
background-color css
<style>
a { background-color: #203D6C; }
a { background-color: rgb(32,61,108); }
div.DivClassName
{
background-color: #203D6C;
}
.BgClassName
{
background-color: #203D6C;
}
</style>
border-color css
<style>
span { border-color: #203D6C; }
span { border-color: rgb(32,61,108); }
td.TdClassName
{
border-color: #203D6C;
}
.TagClassName
{
border-color: #203D6C;
}
</style>