Shades of Catalina Blue #273C5D
Tints of Catalina Blue #273C5D
RGB
CMYK
RGB Variations
Color information
#273C5D (or 0x273C5D) is known color: Catalina Blue. HEX triplet: 27, 3C and 5D. RGB value is (39,60,93). Sum of RGB (Red+Green+Blue) = 39+60+93=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #273C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C5D is #D8C3A2. Grayscale: #393939. Windows color (decimal): -14205859 or 6110247. OLE color: 6110247.
HSL color Cylindrical-coordinate representation of color #273C5D: hue angle of 216.67º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #273C5D is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 60 | 93 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.64 |
| HSL | 216.67º | 0.41% | 0.26% | - |
| HSV(B) | 216.67º | 0.58% | 0.36% | - |
| XYZ | 4.43 | 4.45 | 10.98 | - |
| YUV | 57.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 93 | 0.58 | 0.35 | 0 | 0.64 | 216.67 | 0.41 | 0.26 |
| Hex | 27 | 3C | 5D | 3A | 23 | 0 | 40 | D9 | 29 | 1A |
| Octal | 47 | 74 | 135 | 72 | 43 | 0 | 100 | 331 | 51 | 32 |
| Binary | 100111 | 111100 | 1011101 | 111010 | 100011 | 0 | 1000000 | 11011001 | 101001 | 11010 |
Color Harmonies of #273C5D
Complementary color
Monochromatic Colors of #273C5D
Black with #273C5D
Text Example
Text Example
White with #273C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C5D; }
p { color: rgb(39,60,93); }
H1.HeaderClassName
{
color: #273C5D;
}
.AnyTagClassName
{
color: #273C5D;
}
</style>
background-color css
<style>
a { background-color: #273C5D; }
a { background-color: rgb(39,60,93); }
div.DivClassName
{
background-color: #273C5D;
}
.BgClassName
{
background-color: #273C5D;
}
</style>
border-color css
<style>
span { border-color: #273C5D; }
span { border-color: rgb(39,60,93); }
td.TdClassName
{
border-color: #273C5D;
}
.TagClassName
{
border-color: #273C5D;
}
</style>