Shades of Catalina Blue #20426D
Tints of Catalina Blue #20426D
RGB
CMYK
RGB Variations
Color information
#20426D (or 0x20426D) is known color: Catalina Blue. HEX triplet: 20, 42 and 6D. RGB value is (32,66,109). Sum of RGB (Red+Green+Blue) = 32+66+109=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #20426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20426D is #DFBD92. Grayscale: #3C3C3C. Windows color (decimal): -14663059 or 7160352. OLE color: 7160352.
HSL color Cylindrical-coordinate representation of color #20426D: hue angle of 213.51º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20426D is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 66 | 109 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.57 |
| HSL | 213.51º | 0.55% | 0.28% | - |
| HSV(B) | 213.51º | 0.71% | 0.43% | - |
| XYZ | 5.3 | 5.31 | 15.21 | - |
| YUV | 60.74 | 155.24 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 109 | 0.71 | 0.39 | 0 | 0.57 | 213.51 | 0.55 | 0.28 |
| Hex | 20 | 42 | 6D | 47 | 27 | 0 | 39 | D6 | 37 | 1C |
| Octal | 40 | 102 | 155 | 107 | 47 | 0 | 71 | 326 | 67 | 34 |
| Binary | 100000 | 1000010 | 1101101 | 1000111 | 100111 | 0 | 111001 | 11010110 | 110111 | 11100 |
Color Harmonies of #20426D
Complementary color
Monochromatic Colors of #20426D
Black with #20426D
Text Example
Text Example
White with #20426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20426D; }
p { color: rgb(32,66,109); }
H1.HeaderClassName
{
color: #20426D;
}
.AnyTagClassName
{
color: #20426D;
}
</style>
background-color css
<style>
a { background-color: #20426D; }
a { background-color: rgb(32,66,109); }
div.DivClassName
{
background-color: #20426D;
}
.BgClassName
{
background-color: #20426D;
}
</style>
border-color css
<style>
span { border-color: #20426D; }
span { border-color: rgb(32,66,109); }
td.TdClassName
{
border-color: #20426D;
}
.TagClassName
{
border-color: #20426D;
}
</style>