Shades of Catalina Blue #26395C
Tints of Catalina Blue #26395C
RGB
CMYK
RGB Variations
Color information
#26395C (or 0x26395C) is known color: Catalina Blue. HEX triplet: 26, 39 and 5C. RGB value is (38,57,92). Sum of RGB (Red+Green+Blue) = 38+57+92=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #26395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26395C is #D9C6A3. Grayscale: #373737. Windows color (decimal): -14272164 or 6043942. OLE color: 6043942.
HSL color Cylindrical-coordinate representation of color #26395C: hue angle of 218.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26395C is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 57 | 92 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.64 |
| HSL | 218.89º | 0.42% | 0.25% | - |
| HSV(B) | 218.89º | 0.59% | 0.36% | - |
| XYZ | 4.19 | 4.11 | 10.7 | - |
| YUV | 55.31 | 148.71 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 92 | 0.59 | 0.38 | 0 | 0.64 | 218.89 | 0.42 | 0.25 |
| Hex | 26 | 39 | 5C | 3B | 26 | 0 | 40 | DB | 2A | 19 |
| Octal | 46 | 71 | 134 | 73 | 46 | 0 | 100 | 333 | 52 | 31 |
| Binary | 100110 | 111001 | 1011100 | 111011 | 100110 | 0 | 1000000 | 11011011 | 101010 | 11001 |
Color Harmonies of #26395C
Complementary color
Monochromatic Colors of #26395C
Black with #26395C
Text Example
Text Example
White with #26395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26395C; }
p { color: rgb(38,57,92); }
H1.HeaderClassName
{
color: #26395C;
}
.AnyTagClassName
{
color: #26395C;
}
</style>
background-color css
<style>
a { background-color: #26395C; }
a { background-color: rgb(38,57,92); }
div.DivClassName
{
background-color: #26395C;
}
.BgClassName
{
background-color: #26395C;
}
</style>
border-color css
<style>
span { border-color: #26395C; }
span { border-color: rgb(38,57,92); }
td.TdClassName
{
border-color: #26395C;
}
.TagClassName
{
border-color: #26395C;
}
</style>