Shades of Catalina Blue #203459
Tints of Catalina Blue #203459
RGB
CMYK
RGB Variations
Color information
#203459 (or 0x203459) is known color: Catalina Blue. HEX triplet: 20, 34 and 59. RGB value is (32,52,89). Sum of RGB (Red+Green+Blue) = 32+52+89=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #203459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203459 is #DFCBA6. Grayscale: #323232. Windows color (decimal): -14666663 or 5846048. OLE color: 5846048.
HSL color Cylindrical-coordinate representation of color #203459: hue angle of 218.95º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #203459 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 52 | 89 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.65 |
| HSL | 218.95º | 0.47% | 0.24% | - |
| HSV(B) | 218.95º | 0.64% | 0.35% | - |
| XYZ | 3.63 | 3.48 | 9.93 | - |
| YUV | 50.24 | 149.87 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 89 | 0.64 | 0.42 | 0 | 0.65 | 218.95 | 0.47 | 0.24 |
| Hex | 20 | 34 | 59 | 40 | 2A | 0 | 41 | DB | 2F | 18 |
| Octal | 40 | 64 | 131 | 100 | 52 | 0 | 101 | 333 | 57 | 30 |
| Binary | 100000 | 110100 | 1011001 | 1000000 | 101010 | 0 | 1000001 | 11011011 | 101111 | 11000 |
Color Harmonies of #203459
Complementary color
Monochromatic Colors of #203459
Black with #203459
Text Example
Text Example
White with #203459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203459; }
p { color: rgb(32,52,89); }
H1.HeaderClassName
{
color: #203459;
}
.AnyTagClassName
{
color: #203459;
}
</style>
background-color css
<style>
a { background-color: #203459; }
a { background-color: rgb(32,52,89); }
div.DivClassName
{
background-color: #203459;
}
.BgClassName
{
background-color: #203459;
}
</style>
border-color css
<style>
span { border-color: #203459; }
span { border-color: rgb(32,52,89); }
td.TdClassName
{
border-color: #203459;
}
.TagClassName
{
border-color: #203459;
}
</style>