Shades of Catalina Blue #203665
Tints of Catalina Blue #203665
RGB
CMYK
RGB Variations
Color information
#203665 (or 0x203665) is known color: Catalina Blue. HEX triplet: 20, 36 and 65. RGB value is (32,54,101). Sum of RGB (Red+Green+Blue) = 32+54+101=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #203665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203665 is #DFC99A. Grayscale: #343434. Windows color (decimal): -14666139 or 6632992. OLE color: 6632992.
HSL color Cylindrical-coordinate representation of color #203665: hue angle of 220.87º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #203665 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 54 | 101 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.60 |
| HSL | 220.87º | 0.52% | 0.26% | - |
| HSV(B) | 220.87º | 0.68% | 0.4% | - |
| XYZ | 4.26 | 3.88 | 12.84 | - |
| YUV | 52.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 101 | 0.68 | 0.47 | 0 | 0.60 | 220.87 | 0.52 | 0.26 |
| Hex | 20 | 36 | 65 | 44 | 2F | 0 | 3C | DD | 34 | 1A |
| Octal | 40 | 66 | 145 | 104 | 57 | 0 | 74 | 335 | 64 | 32 |
| Binary | 100000 | 110110 | 1100101 | 1000100 | 101111 | 0 | 111100 | 11011101 | 110100 | 11010 |
Color Harmonies of #203665
Complementary color
Monochromatic Colors of #203665
Black with #203665
Text Example
Text Example
White with #203665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203665; }
p { color: rgb(32,54,101); }
H1.HeaderClassName
{
color: #203665;
}
.AnyTagClassName
{
color: #203665;
}
</style>
background-color css
<style>
a { background-color: #203665; }
a { background-color: rgb(32,54,101); }
div.DivClassName
{
background-color: #203665;
}
.BgClassName
{
background-color: #203665;
}
</style>
border-color css
<style>
span { border-color: #203665; }
span { border-color: rgb(32,54,101); }
td.TdClassName
{
border-color: #203665;
}
.TagClassName
{
border-color: #203665;
}
</style>