Shades of Catalina Blue #273C63
Tints of Catalina Blue #273C63
RGB
CMYK
RGB Variations
Color information
#273C63 (or 0x273C63) is known color: Catalina Blue. HEX triplet: 27, 3C and 63. RGB value is (39,60,99). Sum of RGB (Red+Green+Blue) = 39+60+99=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #273C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C63 is #D8C39C. Grayscale: #393939. Windows color (decimal): -14205853 or 6503463. OLE color: 6503463.
HSL color Cylindrical-coordinate representation of color #273C63: hue angle of 219º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #273C63 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 60 | 99 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.61 |
| HSL | 219º | 0.43% | 0.27% | - |
| HSV(B) | 219º | 0.61% | 0.39% | - |
| XYZ | 4.7 | 4.56 | 12.44 | - |
| YUV | 58.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 99 | 0.61 | 0.39 | 0 | 0.61 | 219 | 0.43 | 0.27 |
| Hex | 27 | 3C | 63 | 3D | 27 | 0 | 3D | DB | 2B | 1B |
| Octal | 47 | 74 | 143 | 75 | 47 | 0 | 75 | 333 | 53 | 33 |
| Binary | 100111 | 111100 | 1100011 | 111101 | 100111 | 0 | 111101 | 11011011 | 101011 | 11011 |
Color Harmonies of #273C63
Complementary color
Monochromatic Colors of #273C63
Black with #273C63
Text Example
Text Example
White with #273C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C63; }
p { color: rgb(39,60,99); }
H1.HeaderClassName
{
color: #273C63;
}
.AnyTagClassName
{
color: #273C63;
}
</style>
background-color css
<style>
a { background-color: #273C63; }
a { background-color: rgb(39,60,99); }
div.DivClassName
{
background-color: #273C63;
}
.BgClassName
{
background-color: #273C63;
}
</style>
border-color css
<style>
span { border-color: #273C63; }
span { border-color: rgb(39,60,99); }
td.TdClassName
{
border-color: #273C63;
}
.TagClassName
{
border-color: #273C63;
}
</style>