Shades of Catalina Blue #273559
Tints of Catalina Blue #273559
RGB
CMYK
RGB Variations
Color information
#273559 (or 0x273559) is known color: Catalina Blue. HEX triplet: 27, 35 and 59. RGB value is (39,53,89). Sum of RGB (Red+Green+Blue) = 39+53+89=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #273559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273559 is #D8CAA6. Grayscale: #343434. Windows color (decimal): -14207655 or 5846311. OLE color: 5846311.
HSL color Cylindrical-coordinate representation of color #273559: hue angle of 223.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 #273559 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 53 | 89 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.65 |
| HSL | 223.2º | 0.39% | 0.25% | - |
| HSV(B) | 223.2º | 0.56% | 0.35% | - |
| XYZ | 3.91 | 3.7 | 9.96 | - |
| YUV | 52.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 89 | 0.56 | 0.40 | 0 | 0.65 | 223.2 | 0.39 | 0.25 |
| Hex | 27 | 35 | 59 | 38 | 28 | 0 | 41 | DF | 27 | 19 |
| Octal | 47 | 65 | 131 | 70 | 50 | 0 | 101 | 337 | 47 | 31 |
| Binary | 100111 | 110101 | 1011001 | 111000 | 101000 | 0 | 1000001 | 11011111 | 100111 | 11001 |
Color Harmonies of #273559
Complementary color
Monochromatic Colors of #273559
Black with #273559
Text Example
Text Example
White with #273559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273559; }
p { color: rgb(39,53,89); }
H1.HeaderClassName
{
color: #273559;
}
.AnyTagClassName
{
color: #273559;
}
</style>
background-color css
<style>
a { background-color: #273559; }
a { background-color: rgb(39,53,89); }
div.DivClassName
{
background-color: #273559;
}
.BgClassName
{
background-color: #273559;
}
</style>
border-color css
<style>
span { border-color: #273559; }
span { border-color: rgb(39,53,89); }
td.TdClassName
{
border-color: #273559;
}
.TagClassName
{
border-color: #273559;
}
</style>