Shades of Catalina Blue #20305E
Tints of Catalina Blue #20305E
RGB
CMYK
RGB Variations
Color information
#20305E (or 0x20305E) is known color: Catalina Blue. HEX triplet: 20, 30 and 5E. RGB value is (32,48,94). Sum of RGB (Red+Green+Blue) = 32+48+94=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #20305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20305E is #DFCFA1. Grayscale: #303030. Windows color (decimal): -14667682 or 6172704. OLE color: 6172704.
HSL color Cylindrical-coordinate representation of color #20305E: hue angle of 224.52º degrees, saturation: 0.49, 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 #20305E is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 48 | 94 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.63 |
| HSL | 224.52º | 0.49% | 0.25% | - |
| HSV(B) | 224.52º | 0.66% | 0.37% | - |
| XYZ | 3.67 | 3.23 | 11.02 | - |
| YUV | 48.46 | 153.7 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 94 | 0.66 | 0.49 | 0 | 0.63 | 224.52 | 0.49 | 0.25 |
| Hex | 20 | 30 | 5E | 42 | 31 | 0 | 3F | E1 | 31 | 19 |
| Octal | 40 | 60 | 136 | 102 | 61 | 0 | 77 | 341 | 61 | 31 |
| Binary | 100000 | 110000 | 1011110 | 1000010 | 110001 | 0 | 111111 | 11100001 | 110001 | 11001 |
Color Harmonies of #20305E
Complementary color
Monochromatic Colors of #20305E
Black with #20305E
Text Example
Text Example
White with #20305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20305E; }
p { color: rgb(32,48,94); }
H1.HeaderClassName
{
color: #20305E;
}
.AnyTagClassName
{
color: #20305E;
}
</style>
background-color css
<style>
a { background-color: #20305E; }
a { background-color: rgb(32,48,94); }
div.DivClassName
{
background-color: #20305E;
}
.BgClassName
{
background-color: #20305E;
}
</style>
border-color css
<style>
span { border-color: #20305E; }
span { border-color: rgb(32,48,94); }
td.TdClassName
{
border-color: #20305E;
}
.TagClassName
{
border-color: #20305E;
}
</style>