Shades of Catalina Blue #273C52
Tints of Catalina Blue #273C52
RGB
CMYK
RGB Variations
Color information
#273C52 (or 0x273C52) is known color: Catalina Blue. HEX triplet: 27, 3C and 52. RGB value is (39,60,82). Sum of RGB (Red+Green+Blue) = 39+60+82=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 82 - color contains mainly: blue. Hex color #273C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C52 is #D8C3AD. Grayscale: #383838. Windows color (decimal): -14205870 or 5389351. OLE color: 5389351.
HSL color Cylindrical-coordinate representation of color #273C52: hue angle of 210.7º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #273C52 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 60 | 82 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.68 |
| HSL | 210.7º | 0.36% | 0.24% | - |
| HSV(B) | 210.7º | 0.52% | 0.32% | - |
| XYZ | 3.98 | 4.27 | 8.6 | - |
| YUV | 56.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 82 | 0.52 | 0.27 | 0 | 0.68 | 210.7 | 0.36 | 0.24 |
| Hex | 27 | 3C | 52 | 34 | 1B | 0 | 44 | D3 | 24 | 18 |
| Octal | 47 | 74 | 122 | 64 | 33 | 0 | 104 | 323 | 44 | 30 |
| Binary | 100111 | 111100 | 1010010 | 110100 | 11011 | 0 | 1000100 | 11010011 | 100100 | 11000 |
Color Harmonies of #273C52
Complementary color
Monochromatic Colors of #273C52
Black with #273C52
Text Example
Text Example
White with #273C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C52; }
p { color: rgb(39,60,82); }
H1.HeaderClassName
{
color: #273C52;
}
.AnyTagClassName
{
color: #273C52;
}
</style>
background-color css
<style>
a { background-color: #273C52; }
a { background-color: rgb(39,60,82); }
div.DivClassName
{
background-color: #273C52;
}
.BgClassName
{
background-color: #273C52;
}
</style>
border-color css
<style>
span { border-color: #273C52; }
span { border-color: rgb(39,60,82); }
td.TdClassName
{
border-color: #273C52;
}
.TagClassName
{
border-color: #273C52;
}
</style>