Shades of Catalina Blue #27405B
Tints of Catalina Blue #27405B
RGB
CMYK
RGB Variations
Color information
#27405B (or 0x27405B) is known color: Catalina Blue. HEX triplet: 27, 40 and 5B. RGB value is (39,64,91). Sum of RGB (Red+Green+Blue) = 39+64+91=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #27405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27405B is #D8BFA4. Grayscale: #3B3B3B. Windows color (decimal): -14204837 or 5980199. OLE color: 5980199.
HSL color Cylindrical-coordinate representation of color #27405B: hue angle of 211.15º 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 #27405B is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 64 | 91 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.64 |
| HSL | 211.15º | 0.4% | 0.25% | - |
| HSV(B) | 211.15º | 0.57% | 0.36% | - |
| XYZ | 4.56 | 4.85 | 10.59 | - |
| YUV | 59.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 64 | 91 | 0.57 | 0.30 | 0 | 0.64 | 211.15 | 0.4 | 0.25 |
| Hex | 27 | 40 | 5B | 39 | 1E | 0 | 40 | D3 | 28 | 19 |
| Octal | 47 | 100 | 133 | 71 | 36 | 0 | 100 | 323 | 50 | 31 |
| Binary | 100111 | 1000000 | 1011011 | 111001 | 11110 | 0 | 1000000 | 11010011 | 101000 | 11001 |
Color Harmonies of #27405B
Complementary color
Monochromatic Colors of #27405B
Black with #27405B
Text Example
Text Example
White with #27405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27405B; }
p { color: rgb(39,64,91); }
H1.HeaderClassName
{
color: #27405B;
}
.AnyTagClassName
{
color: #27405B;
}
</style>
background-color css
<style>
a { background-color: #27405B; }
a { background-color: rgb(39,64,91); }
div.DivClassName
{
background-color: #27405B;
}
.BgClassName
{
background-color: #27405B;
}
</style>
border-color css
<style>
span { border-color: #27405B; }
span { border-color: rgb(39,64,91); }
td.TdClassName
{
border-color: #27405B;
}
.TagClassName
{
border-color: #27405B;
}
</style>