Shades of Catalina Blue #20305C
Tints of Catalina Blue #20305C
RGB
CMYK
RGB Variations
Color information
#20305C (or 0x20305C) is known color: Catalina Blue. HEX triplet: 20, 30 and 5C. RGB value is (32,48,92). Sum of RGB (Red+Green+Blue) = 32+48+92=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #20305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20305C is #DFCFA3. Grayscale: #303030. Windows color (decimal): -14667684 or 6041632. OLE color: 6041632.
HSL color Cylindrical-coordinate representation of color #20305C: hue angle of 224º 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 #20305C is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 48 | 92 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.64 |
| HSL | 224º | 0.48% | 0.24% | - |
| HSV(B) | 224º | 0.65% | 0.36% | - |
| XYZ | 3.58 | 3.19 | 10.55 | - |
| YUV | 48.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 92 | 0.65 | 0.48 | 0 | 0.64 | 224 | 0.48 | 0.24 |
| Hex | 20 | 30 | 5C | 41 | 30 | 0 | 40 | E0 | 30 | 18 |
| Octal | 40 | 60 | 134 | 101 | 60 | 0 | 100 | 340 | 60 | 30 |
| Binary | 100000 | 110000 | 1011100 | 1000001 | 110000 | 0 | 1000000 | 11100000 | 110000 | 11000 |
Color Harmonies of #20305C
Complementary color
Monochromatic Colors of #20305C
Black with #20305C
Text Example
Text Example
White with #20305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20305C; }
p { color: rgb(32,48,92); }
H1.HeaderClassName
{
color: #20305C;
}
.AnyTagClassName
{
color: #20305C;
}
</style>
background-color css
<style>
a { background-color: #20305C; }
a { background-color: rgb(32,48,92); }
div.DivClassName
{
background-color: #20305C;
}
.BgClassName
{
background-color: #20305C;
}
</style>
border-color css
<style>
span { border-color: #20305C; }
span { border-color: rgb(32,48,92); }
td.TdClassName
{
border-color: #20305C;
}
.TagClassName
{
border-color: #20305C;
}
</style>