Shades of Catalina Blue #203A68
Tints of Catalina Blue #203A68
RGB
CMYK
RGB Variations
Color information
#203A68 (or 0x203A68) is known color: Catalina Blue. HEX triplet: 20, 3A and 68. RGB value is (32,58,104). Sum of RGB (Red+Green+Blue) = 32+58+104=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #203A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A68 is #DFC597. Grayscale: #373737. Windows color (decimal): -14665112 or 6830624. OLE color: 6830624.
HSL color Cylindrical-coordinate representation of color #203A68: hue angle of 218.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 #203A68 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 58 | 104 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.59 |
| HSL | 218.33º | 0.53% | 0.27% | - |
| HSV(B) | 218.33º | 0.69% | 0.41% | - |
| XYZ | 4.61 | 4.33 | 13.69 | - |
| YUV | 55.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 104 | 0.69 | 0.44 | 0 | 0.59 | 218.33 | 0.53 | 0.27 |
| Hex | 20 | 3A | 68 | 45 | 2C | 0 | 3B | DA | 35 | 1B |
| Octal | 40 | 72 | 150 | 105 | 54 | 0 | 73 | 332 | 65 | 33 |
| Binary | 100000 | 111010 | 1101000 | 1000101 | 101100 | 0 | 111011 | 11011010 | 110101 | 11011 |
Color Harmonies of #203A68
Complementary color
Monochromatic Colors of #203A68
Black with #203A68
Text Example
Text Example
White with #203A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A68; }
p { color: rgb(32,58,104); }
H1.HeaderClassName
{
color: #203A68;
}
.AnyTagClassName
{
color: #203A68;
}
</style>
background-color css
<style>
a { background-color: #203A68; }
a { background-color: rgb(32,58,104); }
div.DivClassName
{
background-color: #203A68;
}
.BgClassName
{
background-color: #203A68;
}
</style>
border-color css
<style>
span { border-color: #203A68; }
span { border-color: rgb(32,58,104); }
td.TdClassName
{
border-color: #203A68;
}
.TagClassName
{
border-color: #203A68;
}
</style>