Shades of Catalina Blue #273760
Tints of Catalina Blue #273760
RGB
CMYK
RGB Variations
Color information
#273760 (or 0x273760) is known color: Catalina Blue. HEX triplet: 27, 37 and 60. RGB value is (39,55,96). Sum of RGB (Red+Green+Blue) = 39+55+96=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #273760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273760 is #D8C89F. Grayscale: #363636. Windows color (decimal): -14207136 or 6305575. OLE color: 6305575.
HSL color Cylindrical-coordinate representation of color #273760: hue angle of 223.16º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #273760 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 55 | 96 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.62 |
| HSL | 223.16º | 0.42% | 0.26% | - |
| HSV(B) | 223.16º | 0.59% | 0.38% | - |
| XYZ | 4.31 | 4.01 | 11.61 | - |
| YUV | 54.89 | 151.2 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 55 | 96 | 0.59 | 0.43 | 0 | 0.62 | 223.16 | 0.42 | 0.26 |
| Hex | 27 | 37 | 60 | 3B | 2B | 0 | 3E | DF | 2A | 1A |
| Octal | 47 | 67 | 140 | 73 | 53 | 0 | 76 | 337 | 52 | 32 |
| Binary | 100111 | 110111 | 1100000 | 111011 | 101011 | 0 | 111110 | 11011111 | 101010 | 11010 |
Color Harmonies of #273760
Complementary color
Monochromatic Colors of #273760
Black with #273760
Text Example
Text Example
White with #273760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273760; }
p { color: rgb(39,55,96); }
H1.HeaderClassName
{
color: #273760;
}
.AnyTagClassName
{
color: #273760;
}
</style>
background-color css
<style>
a { background-color: #273760; }
a { background-color: rgb(39,55,96); }
div.DivClassName
{
background-color: #273760;
}
.BgClassName
{
background-color: #273760;
}
</style>
border-color css
<style>
span { border-color: #273760; }
span { border-color: rgb(39,55,96); }
td.TdClassName
{
border-color: #273760;
}
.TagClassName
{
border-color: #273760;
}
</style>