Shades of Catalina Blue #273C5E
Tints of Catalina Blue #273C5E
RGB
CMYK
RGB Variations
Color information
#273C5E (or 0x273C5E) is known color: Catalina Blue. HEX triplet: 27, 3C and 5E. RGB value is (39,60,94). Sum of RGB (Red+Green+Blue) = 39+60+94=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #273C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C5E is #D8C3A1. Grayscale: #393939. Windows color (decimal): -14205858 or 6175783. OLE color: 6175783.
HSL color Cylindrical-coordinate representation of color #273C5E: hue angle of 217.09º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #273C5E is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 60 | 94 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.63 |
| HSL | 217.09º | 0.41% | 0.26% | - |
| HSV(B) | 217.09º | 0.59% | 0.37% | - |
| XYZ | 4.47 | 4.47 | 11.22 | - |
| YUV | 57.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 94 | 0.59 | 0.36 | 0 | 0.63 | 217.09 | 0.41 | 0.26 |
| Hex | 27 | 3C | 5E | 3B | 24 | 0 | 3F | D9 | 29 | 1A |
| Octal | 47 | 74 | 136 | 73 | 44 | 0 | 77 | 331 | 51 | 32 |
| Binary | 100111 | 111100 | 1011110 | 111011 | 100100 | 0 | 111111 | 11011001 | 101001 | 11010 |
Color Harmonies of #273C5E
Complementary color
Monochromatic Colors of #273C5E
Black with #273C5E
Text Example
Text Example
White with #273C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C5E; }
p { color: rgb(39,60,94); }
H1.HeaderClassName
{
color: #273C5E;
}
.AnyTagClassName
{
color: #273C5E;
}
</style>
background-color css
<style>
a { background-color: #273C5E; }
a { background-color: rgb(39,60,94); }
div.DivClassName
{
background-color: #273C5E;
}
.BgClassName
{
background-color: #273C5E;
}
</style>
border-color css
<style>
span { border-color: #273C5E; }
span { border-color: rgb(39,60,94); }
td.TdClassName
{
border-color: #273C5E;
}
.TagClassName
{
border-color: #273C5E;
}
</style>