Shades of Catalina Blue #27425D
Tints of Catalina Blue #27425D
RGB
CMYK
RGB Variations
Color information
#27425D (or 0x27425D) is known color: Catalina Blue. HEX triplet: 27, 42 and 5D. RGB value is (39,66,93). Sum of RGB (Red+Green+Blue) = 39+66+93=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #27425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27425D is #D8BDA2. Grayscale: #3C3C3C. Windows color (decimal): -14204323 or 6111783. OLE color: 6111783.
HSL color Cylindrical-coordinate representation of color #27425D: hue angle of 210º 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 #27425D is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 66 | 93 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.64 |
| HSL | 210º | 0.41% | 0.26% | - |
| HSV(B) | 210º | 0.58% | 0.36% | - |
| XYZ | 4.76 | 5.12 | 11.09 | - |
| YUV | 61.01 | 146.05 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 93 | 0.58 | 0.29 | 0 | 0.64 | 210 | 0.41 | 0.26 |
| Hex | 27 | 42 | 5D | 3A | 1D | 0 | 40 | D2 | 29 | 1A |
| Octal | 47 | 102 | 135 | 72 | 35 | 0 | 100 | 322 | 51 | 32 |
| Binary | 100111 | 1000010 | 1011101 | 111010 | 11101 | 0 | 1000000 | 11010010 | 101001 | 11010 |
Color Harmonies of #27425D
Complementary color
Monochromatic Colors of #27425D
Black with #27425D
Text Example
Text Example
White with #27425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27425D; }
p { color: rgb(39,66,93); }
H1.HeaderClassName
{
color: #27425D;
}
.AnyTagClassName
{
color: #27425D;
}
</style>
background-color css
<style>
a { background-color: #27425D; }
a { background-color: rgb(39,66,93); }
div.DivClassName
{
background-color: #27425D;
}
.BgClassName
{
background-color: #27425D;
}
</style>
border-color css
<style>
span { border-color: #27425D; }
span { border-color: rgb(39,66,93); }
td.TdClassName
{
border-color: #27425D;
}
.TagClassName
{
border-color: #27425D;
}
</style>