Shades of Catalina Blue #26355A
Tints of Catalina Blue #26355A
RGB
CMYK
RGB Variations
Color information
#26355A (or 0x26355A) is known color: Catalina Blue. HEX triplet: 26, 35 and 5A. RGB value is (38,53,90). Sum of RGB (Red+Green+Blue) = 38+53+90=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #26355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26355A is #D9CAA5. Grayscale: #343434. Windows color (decimal): -14273190 or 5911846. OLE color: 5911846.
HSL color Cylindrical-coordinate representation of color #26355A: hue angle of 222.69º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26355A is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 53 | 90 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.65 |
| HSL | 222.69º | 0.41% | 0.25% | - |
| HSV(B) | 222.69º | 0.58% | 0.35% | - |
| XYZ | 3.92 | 3.7 | 10.18 | - |
| YUV | 52.73 | 149.03 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 53 | 90 | 0.58 | 0.41 | 0 | 0.65 | 222.69 | 0.41 | 0.25 |
| Hex | 26 | 35 | 5A | 3A | 29 | 0 | 41 | DF | 29 | 19 |
| Octal | 46 | 65 | 132 | 72 | 51 | 0 | 101 | 337 | 51 | 31 |
| Binary | 100110 | 110101 | 1011010 | 111010 | 101001 | 0 | 1000001 | 11011111 | 101001 | 11001 |
Color Harmonies of #26355A
Complementary color
Monochromatic Colors of #26355A
Black with #26355A
Text Example
Text Example
White with #26355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26355A; }
p { color: rgb(38,53,90); }
H1.HeaderClassName
{
color: #26355A;
}
.AnyTagClassName
{
color: #26355A;
}
</style>
background-color css
<style>
a { background-color: #26355A; }
a { background-color: rgb(38,53,90); }
div.DivClassName
{
background-color: #26355A;
}
.BgClassName
{
background-color: #26355A;
}
</style>
border-color css
<style>
span { border-color: #26355A; }
span { border-color: rgb(38,53,90); }
td.TdClassName
{
border-color: #26355A;
}
.TagClassName
{
border-color: #26355A;
}
</style>