Shades of Catalina Blue #273F59
Tints of Catalina Blue #273F59
RGB
CMYK
RGB Variations
Color information
#273F59 (or 0x273F59) is known color: Catalina Blue. HEX triplet: 27, 3F and 59. RGB value is (39,63,89). Sum of RGB (Red+Green+Blue) = 39+63+89=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #273F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F59 is #D8C0A6. Grayscale: #3A3A3A. Windows color (decimal): -14205095 or 5848871. OLE color: 5848871.
HSL color Cylindrical-coordinate representation of color #273F59: hue angle of 211.2º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #273F59 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 63 | 89 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.65 |
| HSL | 211.2º | 0.39% | 0.25% | - |
| HSV(B) | 211.2º | 0.56% | 0.35% | - |
| XYZ | 4.42 | 4.71 | 10.13 | - |
| YUV | 58.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 89 | 0.56 | 0.29 | 0 | 0.65 | 211.2 | 0.39 | 0.25 |
| Hex | 27 | 3F | 59 | 38 | 1D | 0 | 41 | D3 | 27 | 19 |
| Octal | 47 | 77 | 131 | 70 | 35 | 0 | 101 | 323 | 47 | 31 |
| Binary | 100111 | 111111 | 1011001 | 111000 | 11101 | 0 | 1000001 | 11010011 | 100111 | 11001 |
Color Harmonies of #273F59
Complementary color
Monochromatic Colors of #273F59
Black with #273F59
Text Example
Text Example
White with #273F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F59; }
p { color: rgb(39,63,89); }
H1.HeaderClassName
{
color: #273F59;
}
.AnyTagClassName
{
color: #273F59;
}
</style>
background-color css
<style>
a { background-color: #273F59; }
a { background-color: rgb(39,63,89); }
div.DivClassName
{
background-color: #273F59;
}
.BgClassName
{
background-color: #273F59;
}
</style>
border-color css
<style>
span { border-color: #273F59; }
span { border-color: rgb(39,63,89); }
td.TdClassName
{
border-color: #273F59;
}
.TagClassName
{
border-color: #273F59;
}
</style>