Shades of Catalina Blue #27426C
Tints of Catalina Blue #27426C
RGB
CMYK
RGB Variations
Color information
#27426C (or 0x27426C) is known color: Catalina Blue. HEX triplet: 27, 42 and 6C. RGB value is (39,66,108). Sum of RGB (Red+Green+Blue) = 39+66+108=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #27426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27426C is #D8BD93. Grayscale: #3E3E3E. Windows color (decimal): -14204308 or 7094823. OLE color: 7094823.
HSL color Cylindrical-coordinate representation of color #27426C: hue angle of 216.52º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27426C is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 66 | 108 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.58 |
| HSL | 216.52º | 0.47% | 0.29% | - |
| HSV(B) | 216.52º | 0.64% | 0.42% | - |
| XYZ | 5.49 | 5.41 | 14.94 | - |
| YUV | 62.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 108 | 0.64 | 0.39 | 0 | 0.58 | 216.52 | 0.47 | 0.29 |
| Hex | 27 | 42 | 6C | 40 | 27 | 0 | 3A | D9 | 2F | 1D |
| Octal | 47 | 102 | 154 | 100 | 47 | 0 | 72 | 331 | 57 | 35 |
| Binary | 100111 | 1000010 | 1101100 | 1000000 | 100111 | 0 | 111010 | 11011001 | 101111 | 11101 |
Color Harmonies of #27426C
Complementary color
Monochromatic Colors of #27426C
Black with #27426C
Text Example
Text Example
White with #27426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27426C; }
p { color: rgb(39,66,108); }
H1.HeaderClassName
{
color: #27426C;
}
.AnyTagClassName
{
color: #27426C;
}
</style>
background-color css
<style>
a { background-color: #27426C; }
a { background-color: rgb(39,66,108); }
div.DivClassName
{
background-color: #27426C;
}
.BgClassName
{
background-color: #27426C;
}
</style>
border-color css
<style>
span { border-color: #27426C; }
span { border-color: rgb(39,66,108); }
td.TdClassName
{
border-color: #27426C;
}
.TagClassName
{
border-color: #27426C;
}
</style>