Shades of Catalina Blue #273E5E
Tints of Catalina Blue #273E5E
RGB
CMYK
RGB Variations
Color information
#273E5E (or 0x273E5E) is known color: Catalina Blue. HEX triplet: 27, 3E and 5E. RGB value is (39,62,94). Sum of RGB (Red+Green+Blue) = 39+62+94=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #273E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273E5E is #D8C1A1. Grayscale: #3A3A3A. Windows color (decimal): -14205346 or 6176295. OLE color: 6176295.
HSL color Cylindrical-coordinate representation of color #273E5E: hue angle of 214.91º 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 #273E5E is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 62 | 94 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.63 |
| HSL | 214.91º | 0.41% | 0.26% | - |
| HSV(B) | 214.91º | 0.59% | 0.37% | - |
| XYZ | 4.58 | 4.68 | 11.25 | - |
| YUV | 58.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 62 | 94 | 0.59 | 0.34 | 0 | 0.63 | 214.91 | 0.41 | 0.26 |
| Hex | 27 | 3E | 5E | 3B | 22 | 0 | 3F | D7 | 29 | 1A |
| Octal | 47 | 76 | 136 | 73 | 42 | 0 | 77 | 327 | 51 | 32 |
| Binary | 100111 | 111110 | 1011110 | 111011 | 100010 | 0 | 111111 | 11010111 | 101001 | 11010 |
Color Harmonies of #273E5E
Complementary color
Monochromatic Colors of #273E5E
Black with #273E5E
Text Example
Text Example
White with #273E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273E5E; }
p { color: rgb(39,62,94); }
H1.HeaderClassName
{
color: #273E5E;
}
.AnyTagClassName
{
color: #273E5E;
}
</style>
background-color css
<style>
a { background-color: #273E5E; }
a { background-color: rgb(39,62,94); }
div.DivClassName
{
background-color: #273E5E;
}
.BgClassName
{
background-color: #273E5E;
}
</style>
border-color css
<style>
span { border-color: #273E5E; }
span { border-color: rgb(39,62,94); }
td.TdClassName
{
border-color: #273E5E;
}
.TagClassName
{
border-color: #273E5E;
}
</style>