Shades of Catalina Blue #26395B
Tints of Catalina Blue #26395B
RGB
CMYK
RGB Variations
Color information
#26395B (or 0x26395B) is known color: Catalina Blue. HEX triplet: 26, 39 and 5B. RGB value is (38,57,91). Sum of RGB (Red+Green+Blue) = 38+57+91=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #26395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26395B is #D9C6A4. Grayscale: #373737. Windows color (decimal): -14272165 or 5978406. OLE color: 5978406.
HSL color Cylindrical-coordinate representation of color #26395B: hue angle of 218.49º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26395B is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 57 | 91 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.64 |
| HSL | 218.49º | 0.41% | 0.25% | - |
| HSV(B) | 218.49º | 0.58% | 0.36% | - |
| XYZ | 4.15 | 4.09 | 10.47 | - |
| YUV | 55.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 91 | 0.58 | 0.37 | 0 | 0.64 | 218.49 | 0.41 | 0.25 |
| Hex | 26 | 39 | 5B | 3A | 25 | 0 | 40 | DA | 29 | 19 |
| Octal | 46 | 71 | 133 | 72 | 45 | 0 | 100 | 332 | 51 | 31 |
| Binary | 100110 | 111001 | 1011011 | 111010 | 100101 | 0 | 1000000 | 11011010 | 101001 | 11001 |
Color Harmonies of #26395B
Complementary color
Monochromatic Colors of #26395B
Black with #26395B
Text Example
Text Example
White with #26395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26395B; }
p { color: rgb(38,57,91); }
H1.HeaderClassName
{
color: #26395B;
}
.AnyTagClassName
{
color: #26395B;
}
</style>
background-color css
<style>
a { background-color: #26395B; }
a { background-color: rgb(38,57,91); }
div.DivClassName
{
background-color: #26395B;
}
.BgClassName
{
background-color: #26395B;
}
</style>
border-color css
<style>
span { border-color: #26395B; }
span { border-color: rgb(38,57,91); }
td.TdClassName
{
border-color: #26395B;
}
.TagClassName
{
border-color: #26395B;
}
</style>