Shades of Catalina Blue #27425E
Tints of Catalina Blue #27425E
RGB
CMYK
RGB Variations
Color information
#27425E (or 0x27425E) is known color: Catalina Blue. HEX triplet: 27, 42 and 5E. RGB value is (39,66,94). Sum of RGB (Red+Green+Blue) = 39+66+94=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #27425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27425E is #D8BDA1. Grayscale: #3C3C3C. Windows color (decimal): -14204322 or 6177319. OLE color: 6177319.
HSL color Cylindrical-coordinate representation of color #27425E: hue angle of 210.55º 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 #27425E is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 66 | 94 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.63 |
| HSL | 210.55º | 0.41% | 0.26% | - |
| HSV(B) | 210.55º | 0.59% | 0.37% | - |
| XYZ | 4.81 | 5.14 | 11.33 | - |
| YUV | 61.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 94 | 0.59 | 0.30 | 0 | 0.63 | 210.55 | 0.41 | 0.26 |
| Hex | 27 | 42 | 5E | 3B | 1E | 0 | 3F | D3 | 29 | 1A |
| Octal | 47 | 102 | 136 | 73 | 36 | 0 | 77 | 323 | 51 | 32 |
| Binary | 100111 | 1000010 | 1011110 | 111011 | 11110 | 0 | 111111 | 11010011 | 101001 | 11010 |
Color Harmonies of #27425E
Complementary color
Monochromatic Colors of #27425E
Black with #27425E
Text Example
Text Example
White with #27425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27425E; }
p { color: rgb(39,66,94); }
H1.HeaderClassName
{
color: #27425E;
}
.AnyTagClassName
{
color: #27425E;
}
</style>
background-color css
<style>
a { background-color: #27425E; }
a { background-color: rgb(39,66,94); }
div.DivClassName
{
background-color: #27425E;
}
.BgClassName
{
background-color: #27425E;
}
</style>
border-color css
<style>
span { border-color: #27425E; }
span { border-color: rgb(39,66,94); }
td.TdClassName
{
border-color: #27425E;
}
.TagClassName
{
border-color: #27425E;
}
</style>