Shades of Catalina Blue #273864
Tints of Catalina Blue #273864
RGB
CMYK
RGB Variations
Color information
#273864 (or 0x273864) is known color: Catalina Blue. HEX triplet: 27, 38 and 64. RGB value is (39,56,100). Sum of RGB (Red+Green+Blue) = 39+56+100=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 100 (39.45% from 255 or 51.28% from 195); Max value from RGB is 100 - color contains mainly: blue. Hex color #273864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273864 is #D8C79B. Grayscale: #373737. Windows color (decimal): -14206876 or 6567975. OLE color: 6567975.
HSL color Cylindrical-coordinate representation of color #273864: hue angle of 223.28º degrees, saturation: 0.44, 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 #273864 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 56 | 100 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.61 |
| HSL | 223.28º | 0.44% | 0.27% | - |
| HSV(B) | 223.28º | 0.61% | 0.39% | - |
| XYZ | 4.55 | 4.18 | 12.62 | - |
| YUV | 55.93 | 152.87 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 56 | 100 | 0.61 | 0.44 | 0 | 0.61 | 223.28 | 0.44 | 0.27 |
| Hex | 27 | 38 | 64 | 3D | 2C | 0 | 3D | DF | 2C | 1B |
| Octal | 47 | 70 | 144 | 75 | 54 | 0 | 75 | 337 | 54 | 33 |
| Binary | 100111 | 111000 | 1100100 | 111101 | 101100 | 0 | 111101 | 11011111 | 101100 | 11011 |
Color Harmonies of #273864
Complementary color
Monochromatic Colors of #273864
Black with #273864
Text Example
Text Example
White with #273864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273864; }
p { color: rgb(39,56,100); }
H1.HeaderClassName
{
color: #273864;
}
.AnyTagClassName
{
color: #273864;
}
</style>
background-color css
<style>
a { background-color: #273864; }
a { background-color: rgb(39,56,100); }
div.DivClassName
{
background-color: #273864;
}
.BgClassName
{
background-color: #273864;
}
</style>
border-color css
<style>
span { border-color: #273864; }
span { border-color: rgb(39,56,100); }
td.TdClassName
{
border-color: #273864;
}
.TagClassName
{
border-color: #273864;
}
</style>