Shades of Catalina Blue #202F60
Tints of Catalina Blue #202F60
RGB
CMYK
RGB Variations
Color information
#202F60 (or 0x202F60) is known color: Catalina Blue. HEX triplet: 20, 2F and 60. RGB value is (32,47,96). Sum of RGB (Red+Green+Blue) = 32+47+96=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #202F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F60 is #DFD09F. Grayscale: #2F2F2F. Windows color (decimal): -14667936 or 6303520. OLE color: 6303520.
HSL color Cylindrical-coordinate representation of color #202F60: hue angle of 225.94º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #202F60 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 47 | 96 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.62 |
| HSL | 225.94º | 0.5% | 0.25% | - |
| HSV(B) | 225.94º | 0.67% | 0.38% | - |
| XYZ | 3.72 | 3.18 | 11.48 | - |
| YUV | 48.1 | 155.03 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 96 | 0.67 | 0.51 | 0 | 0.62 | 225.94 | 0.5 | 0.25 |
| Hex | 20 | 2F | 60 | 43 | 33 | 0 | 3E | E2 | 32 | 19 |
| Octal | 40 | 57 | 140 | 103 | 63 | 0 | 76 | 342 | 62 | 31 |
| Binary | 100000 | 101111 | 1100000 | 1000011 | 110011 | 0 | 111110 | 11100010 | 110010 | 11001 |
Color Harmonies of #202F60
Complementary color
Monochromatic Colors of #202F60
Black with #202F60
Text Example
Text Example
White with #202F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F60; }
p { color: rgb(32,47,96); }
H1.HeaderClassName
{
color: #202F60;
}
.AnyTagClassName
{
color: #202F60;
}
</style>
background-color css
<style>
a { background-color: #202F60; }
a { background-color: rgb(32,47,96); }
div.DivClassName
{
background-color: #202F60;
}
.BgClassName
{
background-color: #202F60;
}
</style>
border-color css
<style>
span { border-color: #202F60; }
span { border-color: rgb(32,47,96); }
td.TdClassName
{
border-color: #202F60;
}
.TagClassName
{
border-color: #202F60;
}
</style>