Shades of Catalina Blue #203468
Tints of Catalina Blue #203468
RGB
CMYK
RGB Variations
Color information
#203468 (or 0x203468) is known color: Catalina Blue. HEX triplet: 20, 34 and 68. RGB value is (32,52,104). Sum of RGB (Red+Green+Blue) = 32+52+104=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #203468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203468 is #DFCB97. Grayscale: #333333. Windows color (decimal): -14666648 or 6829088. OLE color: 6829088.
HSL color Cylindrical-coordinate representation of color #203468: hue angle of 223.33º 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 #203468 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 52 | 104 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.59 |
| HSL | 223.33º | 0.53% | 0.27% | - |
| HSV(B) | 223.33º | 0.69% | 0.41% | - |
| XYZ | 4.32 | 3.76 | 13.6 | - |
| YUV | 51.95 | 157.37 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 104 | 0.69 | 0.50 | 0 | 0.59 | 223.33 | 0.53 | 0.27 |
| Hex | 20 | 34 | 68 | 45 | 32 | 0 | 3B | DF | 35 | 1B |
| Octal | 40 | 64 | 150 | 105 | 62 | 0 | 73 | 337 | 65 | 33 |
| Binary | 100000 | 110100 | 1101000 | 1000101 | 110010 | 0 | 111011 | 11011111 | 110101 | 11011 |
Color Harmonies of #203468
Complementary color
Monochromatic Colors of #203468
Black with #203468
Text Example
Text Example
White with #203468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203468; }
p { color: rgb(32,52,104); }
H1.HeaderClassName
{
color: #203468;
}
.AnyTagClassName
{
color: #203468;
}
</style>
background-color css
<style>
a { background-color: #203468; }
a { background-color: rgb(32,52,104); }
div.DivClassName
{
background-color: #203468;
}
.BgClassName
{
background-color: #203468;
}
</style>
border-color css
<style>
span { border-color: #203468; }
span { border-color: rgb(32,52,104); }
td.TdClassName
{
border-color: #203468;
}
.TagClassName
{
border-color: #203468;
}
</style>