Shades of Catalina Blue #27415B
Tints of Catalina Blue #27415B
RGB
CMYK
RGB Variations
Color information
#27415B (or 0x27415B) is known color: Catalina Blue. HEX triplet: 27, 41 and 5B. RGB value is (39,65,91). Sum of RGB (Red+Green+Blue) = 39+65+91=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #27415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27415B is #D8BEA4. Grayscale: #3C3C3C. Windows color (decimal): -14204581 or 5980455. OLE color: 5980455.
HSL color Cylindrical-coordinate representation of color #27415B: hue angle of 210º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27415B is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 65 | 91 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.64 |
| HSL | 210º | 0.4% | 0.25% | - |
| HSV(B) | 210º | 0.57% | 0.36% | - |
| XYZ | 4.62 | 4.97 | 10.61 | - |
| YUV | 60.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 91 | 0.57 | 0.29 | 0 | 0.64 | 210 | 0.4 | 0.25 |
| Hex | 27 | 41 | 5B | 39 | 1D | 0 | 40 | D2 | 28 | 19 |
| Octal | 47 | 101 | 133 | 71 | 35 | 0 | 100 | 322 | 50 | 31 |
| Binary | 100111 | 1000001 | 1011011 | 111001 | 11101 | 0 | 1000000 | 11010010 | 101000 | 11001 |
Color Harmonies of #27415B
Complementary color
Monochromatic Colors of #27415B
Black with #27415B
Text Example
Text Example
White with #27415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27415B; }
p { color: rgb(39,65,91); }
H1.HeaderClassName
{
color: #27415B;
}
.AnyTagClassName
{
color: #27415B;
}
</style>
background-color css
<style>
a { background-color: #27415B; }
a { background-color: rgb(39,65,91); }
div.DivClassName
{
background-color: #27415B;
}
.BgClassName
{
background-color: #27415B;
}
</style>
border-color css
<style>
span { border-color: #27415B; }
span { border-color: rgb(39,65,91); }
td.TdClassName
{
border-color: #27415B;
}
.TagClassName
{
border-color: #27415B;
}
</style>