Shades of Catalina Blue #27446E
Tints of Catalina Blue #27446E
RGB
CMYK
RGB Variations
Color information
#27446E (or 0x27446E) is known color: Catalina Blue. HEX triplet: 27, 44 and 6E. RGB value is (39,68,110). Sum of RGB (Red+Green+Blue) = 39+68+110=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #27446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27446E is #D8BB91. Grayscale: #3F3F3F. Windows color (decimal): -14203794 or 7226407. OLE color: 7226407.
HSL color Cylindrical-coordinate representation of color #27446E: hue angle of 215.49º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27446E is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 68 | 110 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.57 |
| HSL | 215.49º | 0.48% | 0.29% | - |
| HSV(B) | 215.49º | 0.65% | 0.43% | - |
| XYZ | 5.72 | 5.69 | 15.55 | - |
| YUV | 64.12 | 153.89 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 68 | 110 | 0.65 | 0.38 | 0 | 0.57 | 215.49 | 0.48 | 0.29 |
| Hex | 27 | 44 | 6E | 41 | 26 | 0 | 39 | D7 | 30 | 1D |
| Octal | 47 | 104 | 156 | 101 | 46 | 0 | 71 | 327 | 60 | 35 |
| Binary | 100111 | 1000100 | 1101110 | 1000001 | 100110 | 0 | 111001 | 11010111 | 110000 | 11101 |
Color Harmonies of #27446E
Complementary color
Monochromatic Colors of #27446E
Black with #27446E
Text Example
Text Example
White with #27446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27446E; }
p { color: rgb(39,68,110); }
H1.HeaderClassName
{
color: #27446E;
}
.AnyTagClassName
{
color: #27446E;
}
</style>
background-color css
<style>
a { background-color: #27446E; }
a { background-color: rgb(39,68,110); }
div.DivClassName
{
background-color: #27446E;
}
.BgClassName
{
background-color: #27446E;
}
</style>
border-color css
<style>
span { border-color: #27446E; }
span { border-color: rgb(39,68,110); }
td.TdClassName
{
border-color: #27446E;
}
.TagClassName
{
border-color: #27446E;
}
</style>