Shades of Catalina Blue #203B68
Tints of Catalina Blue #203B68
RGB
CMYK
RGB Variations
Color information
#203B68 (or 0x203B68) is known color: Catalina Blue. HEX triplet: 20, 3B and 68. RGB value is (32,59,104). Sum of RGB (Red+Green+Blue) = 32+59+104=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #203B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B68 is #DFC497. Grayscale: #373737. Windows color (decimal): -14664856 or 6830880. OLE color: 6830880.
HSL color Cylindrical-coordinate representation of color #203B68: hue angle of 217.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #203B68 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 59 | 104 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.59 |
| HSL | 217.5º | 0.53% | 0.27% | - |
| HSV(B) | 217.5º | 0.69% | 0.41% | - |
| XYZ | 4.66 | 4.43 | 13.71 | - |
| YUV | 56.06 | 155.05 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 104 | 0.69 | 0.43 | 0 | 0.59 | 217.5 | 0.53 | 0.27 |
| Hex | 20 | 3B | 68 | 45 | 2B | 0 | 3B | DA | 35 | 1B |
| Octal | 40 | 73 | 150 | 105 | 53 | 0 | 73 | 332 | 65 | 33 |
| Binary | 100000 | 111011 | 1101000 | 1000101 | 101011 | 0 | 111011 | 11011010 | 110101 | 11011 |
Color Harmonies of #203B68
Complementary color
Monochromatic Colors of #203B68
Black with #203B68
Text Example
Text Example
White with #203B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B68; }
p { color: rgb(32,59,104); }
H1.HeaderClassName
{
color: #203B68;
}
.AnyTagClassName
{
color: #203B68;
}
</style>
background-color css
<style>
a { background-color: #203B68; }
a { background-color: rgb(32,59,104); }
div.DivClassName
{
background-color: #203B68;
}
.BgClassName
{
background-color: #203B68;
}
</style>
border-color css
<style>
span { border-color: #203B68; }
span { border-color: rgb(32,59,104); }
td.TdClassName
{
border-color: #203B68;
}
.TagClassName
{
border-color: #203B68;
}
</style>