Shades of Catalina Blue #27426A
Tints of Catalina Blue #27426A
RGB
CMYK
RGB Variations
Color information
#27426A (or 0x27426A) is known color: Catalina Blue. HEX triplet: 27, 42 and 6A. RGB value is (39,66,106). Sum of RGB (Red+Green+Blue) = 39+66+106=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #27426A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27426A is #D8BD95. Grayscale: #3E3E3E. Windows color (decimal): -14204310 or 6963751. OLE color: 6963751.
HSL color Cylindrical-coordinate representation of color #27426A: hue angle of 215.82º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #27426A is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 66 | 106 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.58 |
| HSL | 215.82º | 0.46% | 0.28% | - |
| HSV(B) | 215.82º | 0.63% | 0.42% | - |
| XYZ | 5.39 | 5.37 | 14.39 | - |
| YUV | 62.49 | 152.55 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 106 | 0.63 | 0.38 | 0 | 0.58 | 215.82 | 0.46 | 0.28 |
| Hex | 27 | 42 | 6A | 3F | 26 | 0 | 3A | D8 | 2E | 1C |
| Octal | 47 | 102 | 152 | 77 | 46 | 0 | 72 | 330 | 56 | 34 |
| Binary | 100111 | 1000010 | 1101010 | 111111 | 100110 | 0 | 111010 | 11011000 | 101110 | 11100 |
Color Harmonies of #27426A
Complementary color
Monochromatic Colors of #27426A
Black with #27426A
Text Example
Text Example
White with #27426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27426A; }
p { color: rgb(39,66,106); }
H1.HeaderClassName
{
color: #27426A;
}
.AnyTagClassName
{
color: #27426A;
}
</style>
background-color css
<style>
a { background-color: #27426A; }
a { background-color: rgb(39,66,106); }
div.DivClassName
{
background-color: #27426A;
}
.BgClassName
{
background-color: #27426A;
}
</style>
border-color css
<style>
span { border-color: #27426A; }
span { border-color: rgb(39,66,106); }
td.TdClassName
{
border-color: #27426A;
}
.TagClassName
{
border-color: #27426A;
}
</style>