Shades of Catalina Blue #273859
Tints of Catalina Blue #273859
RGB
CMYK
RGB Variations
Color information
#273859 (or 0x273859) is known color: Catalina Blue. HEX triplet: 27, 38 and 59. RGB value is (39,56,89). Sum of RGB (Red+Green+Blue) = 39+56+89=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #273859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273859 is #D8C7A6. Grayscale: #363636. Windows color (decimal): -14206887 or 5847079. OLE color: 5847079.
HSL color Cylindrical-coordinate representation of color #273859: hue angle of 219.6º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #273859 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 56 | 89 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.65 |
| HSL | 219.6º | 0.39% | 0.25% | - |
| HSV(B) | 219.6º | 0.56% | 0.35% | - |
| XYZ | 4.05 | 3.98 | 10.01 | - |
| YUV | 54.68 | 147.37 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 56 | 89 | 0.56 | 0.37 | 0 | 0.65 | 219.6 | 0.39 | 0.25 |
| Hex | 27 | 38 | 59 | 38 | 25 | 0 | 41 | DC | 27 | 19 |
| Octal | 47 | 70 | 131 | 70 | 45 | 0 | 101 | 334 | 47 | 31 |
| Binary | 100111 | 111000 | 1011001 | 111000 | 100101 | 0 | 1000001 | 11011100 | 100111 | 11001 |
Color Harmonies of #273859
Complementary color
Monochromatic Colors of #273859
Black with #273859
Text Example
Text Example
White with #273859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273859; }
p { color: rgb(39,56,89); }
H1.HeaderClassName
{
color: #273859;
}
.AnyTagClassName
{
color: #273859;
}
</style>
background-color css
<style>
a { background-color: #273859; }
a { background-color: rgb(39,56,89); }
div.DivClassName
{
background-color: #273859;
}
.BgClassName
{
background-color: #273859;
}
</style>
border-color css
<style>
span { border-color: #273859; }
span { border-color: rgb(39,56,89); }
td.TdClassName
{
border-color: #273859;
}
.TagClassName
{
border-color: #273859;
}
</style>