Shades of Catalina Blue #26426C
Tints of Catalina Blue #26426C
RGB
CMYK
RGB Variations
Color information
#26426C (or 0x26426C) is known color: Catalina Blue. HEX triplet: 26, 42 and 6C. RGB value is (38,66,108). Sum of RGB (Red+Green+Blue) = 38+66+108=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #26426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26426C is #D9BD93. Grayscale: #3E3E3E. Windows color (decimal): -14269844 or 7094822. OLE color: 7094822.
HSL color Cylindrical-coordinate representation of color #26426C: hue angle of 216º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26426C is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 66 | 108 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.58 |
| HSL | 216º | 0.48% | 0.29% | - |
| HSV(B) | 216º | 0.65% | 0.42% | - |
| XYZ | 5.45 | 5.39 | 14.94 | - |
| YUV | 62.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 108 | 0.65 | 0.39 | 0 | 0.58 | 216 | 0.48 | 0.29 |
| Hex | 26 | 42 | 6C | 41 | 27 | 0 | 3A | D8 | 30 | 1D |
| Octal | 46 | 102 | 154 | 101 | 47 | 0 | 72 | 330 | 60 | 35 |
| Binary | 100110 | 1000010 | 1101100 | 1000001 | 100111 | 0 | 111010 | 11011000 | 110000 | 11101 |
Color Harmonies of #26426C
Complementary color
Monochromatic Colors of #26426C
Black with #26426C
Text Example
Text Example
White with #26426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26426C; }
p { color: rgb(38,66,108); }
H1.HeaderClassName
{
color: #26426C;
}
.AnyTagClassName
{
color: #26426C;
}
</style>
background-color css
<style>
a { background-color: #26426C; }
a { background-color: rgb(38,66,108); }
div.DivClassName
{
background-color: #26426C;
}
.BgClassName
{
background-color: #26426C;
}
</style>
border-color css
<style>
span { border-color: #26426C; }
span { border-color: rgb(38,66,108); }
td.TdClassName
{
border-color: #26426C;
}
.TagClassName
{
border-color: #26426C;
}
</style>