Shades of Catalina Blue #273C56
Tints of Catalina Blue #273C56
RGB
CMYK
RGB Variations
Color information
#273C56 (or 0x273C56) is known color: Catalina Blue. HEX triplet: 27, 3C and 56. RGB value is (39,60,86). Sum of RGB (Red+Green+Blue) = 39+60+86=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #273C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C56 is #D8C3A9. Grayscale: #383838. Windows color (decimal): -14205866 or 5651495. OLE color: 5651495.
HSL color Cylindrical-coordinate representation of color #273C56: hue angle of 213.19º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #273C56 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 39 | 60 | 86 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.66 |
| HSL | 213.19º | 0.38% | 0.25% | - |
| HSV(B) | 213.19º | 0.55% | 0.34% | - |
| XYZ | 4.13 | 4.33 | 9.42 | - |
| YUV | 56.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 86 | 0.55 | 0.30 | 0 | 0.66 | 213.19 | 0.38 | 0.25 |
| Hex | 27 | 3C | 56 | 37 | 1E | 0 | 42 | D5 | 26 | 19 |
| Octal | 47 | 74 | 126 | 67 | 36 | 0 | 102 | 325 | 46 | 31 |
| Binary | 100111 | 111100 | 1010110 | 110111 | 11110 | 0 | 1000010 | 11010101 | 100110 | 11001 |
Color Harmonies of #273C56
Complementary color
Monochromatic Colors of #273C56
Black with #273C56
Text Example
Text Example
White with #273C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C56; }
p { color: rgb(39,60,86); }
H1.HeaderClassName
{
color: #273C56;
}
.AnyTagClassName
{
color: #273C56;
}
</style>
background-color css
<style>
a { background-color: #273C56; }
a { background-color: rgb(39,60,86); }
div.DivClassName
{
background-color: #273C56;
}
.BgClassName
{
background-color: #273C56;
}
</style>
border-color css
<style>
span { border-color: #273C56; }
span { border-color: rgb(39,60,86); }
td.TdClassName
{
border-color: #273C56;
}
.TagClassName
{
border-color: #273C56;
}
</style>