Shades of Catalina Blue #26466A
Tints of Catalina Blue #26466A
RGB
CMYK
RGB Variations
Color information
#26466A (or 0x26466A) is known color: Catalina Blue. HEX triplet: 26, 46 and 6A. RGB value is (38,70,106). Sum of RGB (Red+Green+Blue) = 38+70+106=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #26466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26466A is #D9B995. Grayscale: #404040. Windows color (decimal): -14268822 or 6964774. OLE color: 6964774.
HSL color Cylindrical-coordinate representation of color #26466A: hue angle of 211.76º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #26466A is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 70 | 106 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.58 |
| HSL | 211.76º | 0.47% | 0.28% | - |
| HSV(B) | 211.76º | 0.64% | 0.42% | - |
| XYZ | 5.59 | 5.83 | 14.47 | - |
| YUV | 64.54 | 151.4 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 106 | 0.64 | 0.34 | 0 | 0.58 | 211.76 | 0.47 | 0.28 |
| Hex | 26 | 46 | 6A | 40 | 22 | 0 | 3A | D4 | 2F | 1C |
| Octal | 46 | 106 | 152 | 100 | 42 | 0 | 72 | 324 | 57 | 34 |
| Binary | 100110 | 1000110 | 1101010 | 1000000 | 100010 | 0 | 111010 | 11010100 | 101111 | 11100 |
Color Harmonies of #26466A
Complementary color
Monochromatic Colors of #26466A
Black with #26466A
Text Example
Text Example
White with #26466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26466A; }
p { color: rgb(38,70,106); }
H1.HeaderClassName
{
color: #26466A;
}
.AnyTagClassName
{
color: #26466A;
}
</style>
background-color css
<style>
a { background-color: #26466A; }
a { background-color: rgb(38,70,106); }
div.DivClassName
{
background-color: #26466A;
}
.BgClassName
{
background-color: #26466A;
}
</style>
border-color css
<style>
span { border-color: #26466A; }
span { border-color: rgb(38,70,106); }
td.TdClassName
{
border-color: #26466A;
}
.TagClassName
{
border-color: #26466A;
}
</style>