Shades of Catalina Blue #273F66
Tints of Catalina Blue #273F66
RGB
CMYK
RGB Variations
Color information
#273F66 (or 0x273F66) is known color: Catalina Blue. HEX triplet: 27, 3F and 66. RGB value is (39,63,102). Sum of RGB (Red+Green+Blue) = 39+63+102=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #273F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F66 is #D8C099. Grayscale: #3C3C3C. Windows color (decimal): -14205082 or 6700839. OLE color: 6700839.
HSL color Cylindrical-coordinate representation of color #273F66: hue angle of 217.14º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #273F66 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 39 | 63 | 102 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.6 |
| HSL | 217.14º | 0.45% | 0.28% | - |
| HSV(B) | 217.14º | 0.62% | 0.4% | - |
| XYZ | 5.01 | 4.95 | 13.26 | - |
| YUV | 60.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 102 | 0.62 | 0.38 | 0 | 0.6 | 217.14 | 0.45 | 0.28 |
| Hex | 27 | 3F | 66 | 3E | 26 | 0 | 3C | D9 | 2D | 1C |
| Octal | 47 | 77 | 146 | 76 | 46 | 0 | 74 | 331 | 55 | 34 |
| Binary | 100111 | 111111 | 1100110 | 111110 | 100110 | 0 | 111100 | 11011001 | 101101 | 11100 |
Color Harmonies of #273F66
Complementary color
Monochromatic Colors of #273F66
Black with #273F66
Text Example
Text Example
White with #273F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F66; }
p { color: rgb(39,63,102); }
H1.HeaderClassName
{
color: #273F66;
}
.AnyTagClassName
{
color: #273F66;
}
</style>
background-color css
<style>
a { background-color: #273F66; }
a { background-color: rgb(39,63,102); }
div.DivClassName
{
background-color: #273F66;
}
.BgClassName
{
background-color: #273F66;
}
</style>
border-color css
<style>
span { border-color: #273F66; }
span { border-color: rgb(39,63,102); }
td.TdClassName
{
border-color: #273F66;
}
.TagClassName
{
border-color: #273F66;
}
</style>