Shades of Catalina Blue #26395E
Tints of Catalina Blue #26395E
RGB
CMYK
RGB Variations
Color information
#26395E (or 0x26395E) is known color: Catalina Blue. HEX triplet: 26, 39 and 5E. RGB value is (38,57,94). Sum of RGB (Red+Green+Blue) = 38+57+94=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #26395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26395E is #D9C6A1. Grayscale: #373737. Windows color (decimal): -14272162 or 6175014. OLE color: 6175014.
HSL color Cylindrical-coordinate representation of color #26395E: hue angle of 219.64º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #26395E is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 57 | 94 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.63 |
| HSL | 219.64º | 0.42% | 0.26% | - |
| HSV(B) | 219.64º | 0.6% | 0.37% | - |
| XYZ | 4.28 | 4.15 | 11.16 | - |
| YUV | 55.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 94 | 0.60 | 0.39 | 0 | 0.63 | 219.64 | 0.42 | 0.26 |
| Hex | 26 | 39 | 5E | 3C | 27 | 0 | 3F | DC | 2A | 1A |
| Octal | 46 | 71 | 136 | 74 | 47 | 0 | 77 | 334 | 52 | 32 |
| Binary | 100110 | 111001 | 1011110 | 111100 | 100111 | 0 | 111111 | 11011100 | 101010 | 11010 |
Color Harmonies of #26395E
Complementary color
Monochromatic Colors of #26395E
Black with #26395E
Text Example
Text Example
White with #26395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26395E; }
p { color: rgb(38,57,94); }
H1.HeaderClassName
{
color: #26395E;
}
.AnyTagClassName
{
color: #26395E;
}
</style>
background-color css
<style>
a { background-color: #26395E; }
a { background-color: rgb(38,57,94); }
div.DivClassName
{
background-color: #26395E;
}
.BgClassName
{
background-color: #26395E;
}
</style>
border-color css
<style>
span { border-color: #26395E; }
span { border-color: rgb(38,57,94); }
td.TdClassName
{
border-color: #26395E;
}
.TagClassName
{
border-color: #26395E;
}
</style>