Shades of Catalina Blue #273F65
Tints of Catalina Blue #273F65
RGB
CMYK
RGB Variations
Color information
#273F65 (or 0x273F65) is known color: Catalina Blue. HEX triplet: 27, 3F and 65. RGB value is (39,63,101). Sum of RGB (Red+Green+Blue) = 39+63+101=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #273F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F65 is #D8C09A. Grayscale: #3B3B3B. Windows color (decimal): -14205083 or 6635303. OLE color: 6635303.
HSL color Cylindrical-coordinate representation of color #273F65: hue angle of 216.77º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #273F65 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 63 | 101 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.60 |
| HSL | 216.77º | 0.44% | 0.27% | - |
| HSV(B) | 216.77º | 0.61% | 0.4% | - |
| XYZ | 4.96 | 4.93 | 13 | - |
| YUV | 60.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 101 | 0.61 | 0.38 | 0 | 0.60 | 216.77 | 0.44 | 0.27 |
| Hex | 27 | 3F | 65 | 3D | 26 | 0 | 3C | D9 | 2C | 1B |
| Octal | 47 | 77 | 145 | 75 | 46 | 0 | 74 | 331 | 54 | 33 |
| Binary | 100111 | 111111 | 1100101 | 111101 | 100110 | 0 | 111100 | 11011001 | 101100 | 11011 |
Color Harmonies of #273F65
Complementary color
Monochromatic Colors of #273F65
Black with #273F65
Text Example
Text Example
White with #273F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F65; }
p { color: rgb(39,63,101); }
H1.HeaderClassName
{
color: #273F65;
}
.AnyTagClassName
{
color: #273F65;
}
</style>
background-color css
<style>
a { background-color: #273F65; }
a { background-color: rgb(39,63,101); }
div.DivClassName
{
background-color: #273F65;
}
.BgClassName
{
background-color: #273F65;
}
</style>
border-color css
<style>
span { border-color: #273F65; }
span { border-color: rgb(39,63,101); }
td.TdClassName
{
border-color: #273F65;
}
.TagClassName
{
border-color: #273F65;
}
</style>