Shades of Catalina Blue #20385C
Tints of Catalina Blue #20385C
RGB
CMYK
RGB Variations
Color information
#20385C (or 0x20385C) is known color: Catalina Blue. HEX triplet: 20, 38 and 5C. RGB value is (32,56,92). Sum of RGB (Red+Green+Blue) = 32+56+92=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #20385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20385C is #DFC7A3. Grayscale: #343434. Windows color (decimal): -14665636 or 6043680. OLE color: 6043680.
HSL color Cylindrical-coordinate representation of color #20385C: hue angle of 216º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #20385C is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 56 | 92 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.64 |
| HSL | 216º | 0.48% | 0.24% | - |
| HSV(B) | 216º | 0.65% | 0.36% | - |
| XYZ | 3.94 | 3.91 | 10.67 | - |
| YUV | 52.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 92 | 0.65 | 0.39 | 0 | 0.64 | 216 | 0.48 | 0.24 |
| Hex | 20 | 38 | 5C | 41 | 27 | 0 | 40 | D8 | 30 | 18 |
| Octal | 40 | 70 | 134 | 101 | 47 | 0 | 100 | 330 | 60 | 30 |
| Binary | 100000 | 111000 | 1011100 | 1000001 | 100111 | 0 | 1000000 | 11011000 | 110000 | 11000 |
Color Harmonies of #20385C
Complementary color
Monochromatic Colors of #20385C
Black with #20385C
Text Example
Text Example
White with #20385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20385C; }
p { color: rgb(32,56,92); }
H1.HeaderClassName
{
color: #20385C;
}
.AnyTagClassName
{
color: #20385C;
}
</style>
background-color css
<style>
a { background-color: #20385C; }
a { background-color: rgb(32,56,92); }
div.DivClassName
{
background-color: #20385C;
}
.BgClassName
{
background-color: #20385C;
}
</style>
border-color css
<style>
span { border-color: #20385C; }
span { border-color: rgb(32,56,92); }
td.TdClassName
{
border-color: #20385C;
}
.TagClassName
{
border-color: #20385C;
}
</style>