Shades of Catalina Blue #273C69
Tints of Catalina Blue #273C69
RGB
CMYK
RGB Variations
Color information
#273C69 (or 0x273C69) is known color: Catalina Blue. HEX triplet: 27, 3C and 69. RGB value is (39,60,105). Sum of RGB (Red+Green+Blue) = 39+60+105=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #273C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C69 is #D8C396. Grayscale: #3A3A3A. Windows color (decimal): -14205847 or 6896679. OLE color: 6896679.
HSL color Cylindrical-coordinate representation of color #273C69: hue angle of 220.91º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #273C69 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 60 | 105 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.59 |
| HSL | 220.91º | 0.46% | 0.28% | - |
| HSV(B) | 220.91º | 0.63% | 0.41% | - |
| XYZ | 5 | 4.68 | 14 | - |
| YUV | 58.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 105 | 0.63 | 0.43 | 0 | 0.59 | 220.91 | 0.46 | 0.28 |
| Hex | 27 | 3C | 69 | 3F | 2B | 0 | 3B | DD | 2E | 1C |
| Octal | 47 | 74 | 151 | 77 | 53 | 0 | 73 | 335 | 56 | 34 |
| Binary | 100111 | 111100 | 1101001 | 111111 | 101011 | 0 | 111011 | 11011101 | 101110 | 11100 |
Color Harmonies of #273C69
Complementary color
Monochromatic Colors of #273C69
Black with #273C69
Text Example
Text Example
White with #273C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C69; }
p { color: rgb(39,60,105); }
H1.HeaderClassName
{
color: #273C69;
}
.AnyTagClassName
{
color: #273C69;
}
</style>
background-color css
<style>
a { background-color: #273C69; }
a { background-color: rgb(39,60,105); }
div.DivClassName
{
background-color: #273C69;
}
.BgClassName
{
background-color: #273C69;
}
</style>
border-color css
<style>
span { border-color: #273C69; }
span { border-color: rgb(39,60,105); }
td.TdClassName
{
border-color: #273C69;
}
.TagClassName
{
border-color: #273C69;
}
</style>