Shades of Catalina Blue #203464
Tints of Catalina Blue #203464
RGB
CMYK
RGB Variations
Color information
#203464 (or 0x203464) is known color: Catalina Blue. HEX triplet: 20, 34 and 64. RGB value is (32,52,100). Sum of RGB (Red+Green+Blue) = 32+52+100=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 100 (39.45% from 255 or 54.35% from 184); Max value from RGB is 100 - color contains mainly: blue. Hex color #203464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203464 is #DFCB9B. Grayscale: #333333. Windows color (decimal): -14666652 or 6566944. OLE color: 6566944.
HSL color Cylindrical-coordinate representation of color #203464: hue angle of 222.35º degrees, saturation: 0.52, 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 #203464 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 52 | 100 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.61 |
| HSL | 222.35º | 0.52% | 0.26% | - |
| HSV(B) | 222.35º | 0.68% | 0.39% | - |
| XYZ | 4.12 | 3.68 | 12.55 | - |
| YUV | 51.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 100 | 0.68 | 0.48 | 0 | 0.61 | 222.35 | 0.52 | 0.26 |
| Hex | 20 | 34 | 64 | 44 | 30 | 0 | 3D | DE | 34 | 1A |
| Octal | 40 | 64 | 144 | 104 | 60 | 0 | 75 | 336 | 64 | 32 |
| Binary | 100000 | 110100 | 1100100 | 1000100 | 110000 | 0 | 111101 | 11011110 | 110100 | 11010 |
Color Harmonies of #203464
Complementary color
Monochromatic Colors of #203464
Black with #203464
Text Example
Text Example
White with #203464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203464; }
p { color: rgb(32,52,100); }
H1.HeaderClassName
{
color: #203464;
}
.AnyTagClassName
{
color: #203464;
}
</style>
background-color css
<style>
a { background-color: #203464; }
a { background-color: rgb(32,52,100); }
div.DivClassName
{
background-color: #203464;
}
.BgClassName
{
background-color: #203464;
}
</style>
border-color css
<style>
span { border-color: #203464; }
span { border-color: rgb(32,52,100); }
td.TdClassName
{
border-color: #203464;
}
.TagClassName
{
border-color: #203464;
}
</style>