Shades of Catalina Blue #26416D
Tints of Catalina Blue #26416D
RGB
CMYK
RGB Variations
Color information
#26416D (or 0x26416D) is known color: Catalina Blue. HEX triplet: 26, 41 and 6D. RGB value is (38,65,109). Sum of RGB (Red+Green+Blue) = 38+65+109=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #26416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26416D is #D9BE92. Grayscale: #3D3D3D. Windows color (decimal): -14270099 or 7160102. OLE color: 7160102.
HSL color Cylindrical-coordinate representation of color #26416D: hue angle of 217.18º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26416D is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 65 | 109 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.57 |
| HSL | 217.18º | 0.48% | 0.29% | - |
| HSV(B) | 217.18º | 0.65% | 0.43% | - |
| XYZ | 5.45 | 5.3 | 15.2 | - |
| YUV | 61.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 109 | 0.65 | 0.40 | 0 | 0.57 | 217.18 | 0.48 | 0.29 |
| Hex | 26 | 41 | 6D | 41 | 28 | 0 | 39 | D9 | 30 | 1D |
| Octal | 46 | 101 | 155 | 101 | 50 | 0 | 71 | 331 | 60 | 35 |
| Binary | 100110 | 1000001 | 1101101 | 1000001 | 101000 | 0 | 111001 | 11011001 | 110000 | 11101 |
Color Harmonies of #26416D
Complementary color
Monochromatic Colors of #26416D
Black with #26416D
Text Example
Text Example
White with #26416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26416D; }
p { color: rgb(38,65,109); }
H1.HeaderClassName
{
color: #26416D;
}
.AnyTagClassName
{
color: #26416D;
}
</style>
background-color css
<style>
a { background-color: #26416D; }
a { background-color: rgb(38,65,109); }
div.DivClassName
{
background-color: #26416D;
}
.BgClassName
{
background-color: #26416D;
}
</style>
border-color css
<style>
span { border-color: #26416D; }
span { border-color: rgb(38,65,109); }
td.TdClassName
{
border-color: #26416D;
}
.TagClassName
{
border-color: #26416D;
}
</style>