Shades of Catalina Blue #273F5D
Tints of Catalina Blue #273F5D
RGB
CMYK
RGB Variations
Color information
#273F5D (or 0x273F5D) is known color: Catalina Blue. HEX triplet: 27, 3F and 5D. RGB value is (39,63,93). Sum of RGB (Red+Green+Blue) = 39+63+93=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #273F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F5D is #D8C0A2. Grayscale: #3B3B3B. Windows color (decimal): -14205091 or 6111015. OLE color: 6111015.
HSL color Cylindrical-coordinate representation of color #273F5D: hue angle of 213.33º 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 #273F5D is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 63 | 93 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.64 |
| HSL | 213.33º | 0.41% | 0.26% | - |
| HSV(B) | 213.33º | 0.58% | 0.36% | - |
| XYZ | 4.59 | 4.78 | 11.04 | - |
| YUV | 59.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 93 | 0.58 | 0.32 | 0 | 0.64 | 213.33 | 0.41 | 0.26 |
| Hex | 27 | 3F | 5D | 3A | 20 | 0 | 40 | D5 | 29 | 1A |
| Octal | 47 | 77 | 135 | 72 | 40 | 0 | 100 | 325 | 51 | 32 |
| Binary | 100111 | 111111 | 1011101 | 111010 | 100000 | 0 | 1000000 | 11010101 | 101001 | 11010 |
Color Harmonies of #273F5D
Complementary color
Monochromatic Colors of #273F5D
Black with #273F5D
Text Example
Text Example
White with #273F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F5D; }
p { color: rgb(39,63,93); }
H1.HeaderClassName
{
color: #273F5D;
}
.AnyTagClassName
{
color: #273F5D;
}
</style>
background-color css
<style>
a { background-color: #273F5D; }
a { background-color: rgb(39,63,93); }
div.DivClassName
{
background-color: #273F5D;
}
.BgClassName
{
background-color: #273F5D;
}
</style>
border-color css
<style>
span { border-color: #273F5D; }
span { border-color: rgb(39,63,93); }
td.TdClassName
{
border-color: #273F5D;
}
.TagClassName
{
border-color: #273F5D;
}
</style>