Shades of Catalina Blue #202F5E
Tints of Catalina Blue #202F5E
RGB
CMYK
RGB Variations
Color information
#202F5E (or 0x202F5E) is known color: Catalina Blue. HEX triplet: 20, 2F and 5E. RGB value is (32,47,94). Sum of RGB (Red+Green+Blue) = 32+47+94=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #202F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F5E is #DFD0A1. Grayscale: #2F2F2F. Windows color (decimal): -14667938 or 6172448. OLE color: 6172448.
HSL color Cylindrical-coordinate representation of color #202F5E: hue angle of 225.48º 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 #202F5E is Cyan = 0.66, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 47 | 94 | - |
| CMYK | 0.66 | 0.5 | 0 | 0.63 |
| HSL | 225.48º | 0.49% | 0.25% | - |
| HSV(B) | 225.48º | 0.66% | 0.37% | - |
| XYZ | 3.63 | 3.15 | 11.01 | - |
| YUV | 47.87 | 154.03 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 94 | 0.66 | 0.5 | 0 | 0.63 | 225.48 | 0.49 | 0.25 |
| Hex | 20 | 2F | 5E | 42 | 32 | 0 | 3F | E1 | 31 | 19 |
| Octal | 40 | 57 | 136 | 102 | 62 | 0 | 77 | 341 | 61 | 31 |
| Binary | 100000 | 101111 | 1011110 | 1000010 | 110010 | 0 | 111111 | 11100001 | 110001 | 11001 |
Color Harmonies of #202F5E
Complementary color
Monochromatic Colors of #202F5E
Black with #202F5E
Text Example
Text Example
White with #202F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F5E; }
p { color: rgb(32,47,94); }
H1.HeaderClassName
{
color: #202F5E;
}
.AnyTagClassName
{
color: #202F5E;
}
</style>
background-color css
<style>
a { background-color: #202F5E; }
a { background-color: rgb(32,47,94); }
div.DivClassName
{
background-color: #202F5E;
}
.BgClassName
{
background-color: #202F5E;
}
</style>
border-color css
<style>
span { border-color: #202F5E; }
span { border-color: rgb(32,47,94); }
td.TdClassName
{
border-color: #202F5E;
}
.TagClassName
{
border-color: #202F5E;
}
</style>