Shades of Catalina Blue #26416A
Tints of Catalina Blue #26416A
RGB
CMYK
RGB Variations
Color information
#26416A (or 0x26416A) is known color: Catalina Blue. HEX triplet: 26, 41 and 6A. RGB value is (38,65,106). Sum of RGB (Red+Green+Blue) = 38+65+106=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #26416A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26416A is #D9BE95. Grayscale: #3D3D3D. Windows color (decimal): -14270102 or 6963494. OLE color: 6963494.
HSL color Cylindrical-coordinate representation of color #26416A: hue angle of 216.18º 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 #26416A is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 65 | 106 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.58 |
| HSL | 216.18º | 0.47% | 0.28% | - |
| HSV(B) | 216.18º | 0.64% | 0.42% | - |
| XYZ | 5.29 | 5.23 | 14.37 | - |
| YUV | 61.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 106 | 0.64 | 0.39 | 0 | 0.58 | 216.18 | 0.47 | 0.28 |
| Hex | 26 | 41 | 6A | 40 | 27 | 0 | 3A | D8 | 2F | 1C |
| Octal | 46 | 101 | 152 | 100 | 47 | 0 | 72 | 330 | 57 | 34 |
| Binary | 100110 | 1000001 | 1101010 | 1000000 | 100111 | 0 | 111010 | 11011000 | 101111 | 11100 |
Color Harmonies of #26416A
Complementary color
Monochromatic Colors of #26416A
Black with #26416A
Text Example
Text Example
White with #26416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26416A; }
p { color: rgb(38,65,106); }
H1.HeaderClassName
{
color: #26416A;
}
.AnyTagClassName
{
color: #26416A;
}
</style>
background-color css
<style>
a { background-color: #26416A; }
a { background-color: rgb(38,65,106); }
div.DivClassName
{
background-color: #26416A;
}
.BgClassName
{
background-color: #26416A;
}
</style>
border-color css
<style>
span { border-color: #26416A; }
span { border-color: rgb(38,65,106); }
td.TdClassName
{
border-color: #26416A;
}
.TagClassName
{
border-color: #26416A;
}
</style>