Shades of Catalina Blue #20375A
Tints of Catalina Blue #20375A
RGB
CMYK
RGB Variations
Color information
#20375A (or 0x20375A) is known color: Catalina Blue. HEX triplet: 20, 37 and 5A. RGB value is (32,55,90). Sum of RGB (Red+Green+Blue) = 32+55+90=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #20375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20375A is #DFC8A5. Grayscale: #333333. Windows color (decimal): -14665894 or 5912352. OLE color: 5912352.
HSL color Cylindrical-coordinate representation of color #20375A: hue angle of 216.21º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20375A is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 55 | 90 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.65 |
| HSL | 216.21º | 0.48% | 0.24% | - |
| HSV(B) | 216.21º | 0.64% | 0.35% | - |
| XYZ | 3.81 | 3.78 | 10.2 | - |
| YUV | 52.11 | 149.38 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 90 | 0.64 | 0.39 | 0 | 0.65 | 216.21 | 0.48 | 0.24 |
| Hex | 20 | 37 | 5A | 40 | 27 | 0 | 41 | D8 | 30 | 18 |
| Octal | 40 | 67 | 132 | 100 | 47 | 0 | 101 | 330 | 60 | 30 |
| Binary | 100000 | 110111 | 1011010 | 1000000 | 100111 | 0 | 1000001 | 11011000 | 110000 | 11000 |
Color Harmonies of #20375A
Complementary color
Monochromatic Colors of #20375A
Black with #20375A
Text Example
Text Example
White with #20375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20375A; }
p { color: rgb(32,55,90); }
H1.HeaderClassName
{
color: #20375A;
}
.AnyTagClassName
{
color: #20375A;
}
</style>
background-color css
<style>
a { background-color: #20375A; }
a { background-color: rgb(32,55,90); }
div.DivClassName
{
background-color: #20375A;
}
.BgClassName
{
background-color: #20375A;
}
</style>
border-color css
<style>
span { border-color: #20375A; }
span { border-color: rgb(32,55,90); }
td.TdClassName
{
border-color: #20375A;
}
.TagClassName
{
border-color: #20375A;
}
</style>