Shades of Catalina Blue #203368
Tints of Catalina Blue #203368
RGB
CMYK
RGB Variations
Color information
#203368 (or 0x203368) is known color: Catalina Blue. HEX triplet: 20, 33 and 68. RGB value is (32,51,104). Sum of RGB (Red+Green+Blue) = 32+51+104=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #203368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203368 is #DFCC97. Grayscale: #333333. Windows color (decimal): -14666904 or 6828832. OLE color: 6828832.
HSL color Cylindrical-coordinate representation of color #203368: hue angle of 224.17º 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 #203368 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 51 | 104 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.59 |
| HSL | 224.17º | 0.53% | 0.27% | - |
| HSV(B) | 224.17º | 0.69% | 0.41% | - |
| XYZ | 4.28 | 3.67 | 13.58 | - |
| YUV | 51.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 104 | 0.69 | 0.51 | 0 | 0.59 | 224.17 | 0.53 | 0.27 |
| Hex | 20 | 33 | 68 | 45 | 33 | 0 | 3B | E0 | 35 | 1B |
| Octal | 40 | 63 | 150 | 105 | 63 | 0 | 73 | 340 | 65 | 33 |
| Binary | 100000 | 110011 | 1101000 | 1000101 | 110011 | 0 | 111011 | 11100000 | 110101 | 11011 |
Color Harmonies of #203368
Complementary color
Monochromatic Colors of #203368
Black with #203368
Text Example
Text Example
White with #203368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203368; }
p { color: rgb(32,51,104); }
H1.HeaderClassName
{
color: #203368;
}
.AnyTagClassName
{
color: #203368;
}
</style>
background-color css
<style>
a { background-color: #203368; }
a { background-color: rgb(32,51,104); }
div.DivClassName
{
background-color: #203368;
}
.BgClassName
{
background-color: #203368;
}
</style>
border-color css
<style>
span { border-color: #203368; }
span { border-color: rgb(32,51,104); }
td.TdClassName
{
border-color: #203368;
}
.TagClassName
{
border-color: #203368;
}
</style>