Shades of Catalina Blue #26406C
Tints of Catalina Blue #26406C
RGB
CMYK
RGB Variations
Color information
#26406C (or 0x26406C) is known color: Catalina Blue. HEX triplet: 26, 40 and 6C. RGB value is (38,64,108). Sum of RGB (Red+Green+Blue) = 38+64+108=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #26406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26406C is #D9BF93. Grayscale: #3D3D3D. Windows color (decimal): -14270356 or 7094310. OLE color: 7094310.
HSL color Cylindrical-coordinate representation of color #26406C: hue angle of 217.71º 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 #26406C is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 64 | 108 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.58 |
| HSL | 217.71º | 0.48% | 0.29% | - |
| HSV(B) | 217.71º | 0.65% | 0.42% | - |
| XYZ | 5.34 | 5.16 | 14.9 | - |
| YUV | 61.24 | 154.39 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 108 | 0.65 | 0.41 | 0 | 0.58 | 217.71 | 0.48 | 0.29 |
| Hex | 26 | 40 | 6C | 41 | 29 | 0 | 3A | DA | 30 | 1D |
| Octal | 46 | 100 | 154 | 101 | 51 | 0 | 72 | 332 | 60 | 35 |
| Binary | 100110 | 1000000 | 1101100 | 1000001 | 101001 | 0 | 111010 | 11011010 | 110000 | 11101 |
Color Harmonies of #26406C
Complementary color
Monochromatic Colors of #26406C
Black with #26406C
Text Example
Text Example
White with #26406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26406C; }
p { color: rgb(38,64,108); }
H1.HeaderClassName
{
color: #26406C;
}
.AnyTagClassName
{
color: #26406C;
}
</style>
background-color css
<style>
a { background-color: #26406C; }
a { background-color: rgb(38,64,108); }
div.DivClassName
{
background-color: #26406C;
}
.BgClassName
{
background-color: #26406C;
}
</style>
border-color css
<style>
span { border-color: #26406C; }
span { border-color: rgb(38,64,108); }
td.TdClassName
{
border-color: #26406C;
}
.TagClassName
{
border-color: #26406C;
}
</style>