Shades of Catalina Blue #203463
Tints of Catalina Blue #203463
RGB
CMYK
RGB Variations
Color information
#203463 (or 0x203463) is known color: Catalina Blue. HEX triplet: 20, 34 and 63. RGB value is (32,52,99). Sum of RGB (Red+Green+Blue) = 32+52+99=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #203463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203463 is #DFCB9C. Grayscale: #333333. Windows color (decimal): -14666653 or 6501408. OLE color: 6501408.
HSL color Cylindrical-coordinate representation of color #203463: hue angle of 222.09º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #203463 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 52 | 99 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.61 |
| HSL | 222.09º | 0.51% | 0.26% | - |
| HSV(B) | 222.09º | 0.68% | 0.39% | - |
| XYZ | 4.08 | 3.66 | 12.3 | - |
| YUV | 51.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 99 | 0.68 | 0.47 | 0 | 0.61 | 222.09 | 0.51 | 0.26 |
| Hex | 20 | 34 | 63 | 44 | 2F | 0 | 3D | DE | 33 | 1A |
| Octal | 40 | 64 | 143 | 104 | 57 | 0 | 75 | 336 | 63 | 32 |
| Binary | 100000 | 110100 | 1100011 | 1000100 | 101111 | 0 | 111101 | 11011110 | 110011 | 11010 |
Color Harmonies of #203463
Complementary color
Monochromatic Colors of #203463
Black with #203463
Text Example
Text Example
White with #203463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203463; }
p { color: rgb(32,52,99); }
H1.HeaderClassName
{
color: #203463;
}
.AnyTagClassName
{
color: #203463;
}
</style>
background-color css
<style>
a { background-color: #203463; }
a { background-color: rgb(32,52,99); }
div.DivClassName
{
background-color: #203463;
}
.BgClassName
{
background-color: #203463;
}
</style>
border-color css
<style>
span { border-color: #203463; }
span { border-color: rgb(32,52,99); }
td.TdClassName
{
border-color: #203463;
}
.TagClassName
{
border-color: #203463;
}
</style>