Shades of Catalina Blue #20395F
Tints of Catalina Blue #20395F
RGB
CMYK
RGB Variations
Color information
#20395F (or 0x20395F) is known color: Catalina Blue. HEX triplet: 20, 39 and 5F. RGB value is (32,57,95). Sum of RGB (Red+Green+Blue) = 32+57+95=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #20395F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20395F is #DFC6A0. Grayscale: #353535. Windows color (decimal): -14665377 or 6240544. OLE color: 6240544.
HSL color Cylindrical-coordinate representation of color #20395F: hue angle of 216.19º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20395F is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 57 | 95 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.63 |
| HSL | 216.19º | 0.5% | 0.25% | - |
| HSV(B) | 216.19º | 0.66% | 0.37% | - |
| XYZ | 4.12 | 4.06 | 11.39 | - |
| YUV | 53.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 95 | 0.66 | 0.40 | 0 | 0.63 | 216.19 | 0.5 | 0.25 |
| Hex | 20 | 39 | 5F | 42 | 28 | 0 | 3F | D8 | 32 | 19 |
| Octal | 40 | 71 | 137 | 102 | 50 | 0 | 77 | 330 | 62 | 31 |
| Binary | 100000 | 111001 | 1011111 | 1000010 | 101000 | 0 | 111111 | 11011000 | 110010 | 11001 |
Color Harmonies of #20395F
Complementary color
Monochromatic Colors of #20395F
Black with #20395F
Text Example
Text Example
White with #20395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20395F; }
p { color: rgb(32,57,95); }
H1.HeaderClassName
{
color: #20395F;
}
.AnyTagClassName
{
color: #20395F;
}
</style>
background-color css
<style>
a { background-color: #20395F; }
a { background-color: rgb(32,57,95); }
div.DivClassName
{
background-color: #20395F;
}
.BgClassName
{
background-color: #20395F;
}
</style>
border-color css
<style>
span { border-color: #20395F; }
span { border-color: rgb(32,57,95); }
td.TdClassName
{
border-color: #20395F;
}
.TagClassName
{
border-color: #20395F;
}
</style>