Shades of Catalina Blue #273C59
Tints of Catalina Blue #273C59
RGB
CMYK
RGB Variations
Color information
#273C59 (or 0x273C59) is known color: Catalina Blue. HEX triplet: 27, 3C and 59. RGB value is (39,60,89). Sum of RGB (Red+Green+Blue) = 39+60+89=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #273C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C59 is #D8C3A6. Grayscale: #383838. Windows color (decimal): -14205863 or 5848103. OLE color: 5848103.
HSL color Cylindrical-coordinate representation of color #273C59: hue angle of 214.8º 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 #273C59 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 60 | 89 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.65 |
| HSL | 214.8º | 0.39% | 0.25% | - |
| HSV(B) | 214.8º | 0.56% | 0.35% | - |
| XYZ | 4.26 | 4.38 | 10.07 | - |
| YUV | 57.03 | 146.04 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 89 | 0.56 | 0.33 | 0 | 0.65 | 214.8 | 0.39 | 0.25 |
| Hex | 27 | 3C | 59 | 38 | 21 | 0 | 41 | D7 | 27 | 19 |
| Octal | 47 | 74 | 131 | 70 | 41 | 0 | 101 | 327 | 47 | 31 |
| Binary | 100111 | 111100 | 1011001 | 111000 | 100001 | 0 | 1000001 | 11010111 | 100111 | 11001 |
Color Harmonies of #273C59
Complementary color
Monochromatic Colors of #273C59
Black with #273C59
Text Example
Text Example
White with #273C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C59; }
p { color: rgb(39,60,89); }
H1.HeaderClassName
{
color: #273C59;
}
.AnyTagClassName
{
color: #273C59;
}
</style>
background-color css
<style>
a { background-color: #273C59; }
a { background-color: rgb(39,60,89); }
div.DivClassName
{
background-color: #273C59;
}
.BgClassName
{
background-color: #273C59;
}
</style>
border-color css
<style>
span { border-color: #273C59; }
span { border-color: rgb(39,60,89); }
td.TdClassName
{
border-color: #273C59;
}
.TagClassName
{
border-color: #273C59;
}
</style>