Shades of Catalina Blue #26355D
Tints of Catalina Blue #26355D
RGB
CMYK
RGB Variations
Color information
#26355D (or 0x26355D) is known color: Catalina Blue. HEX triplet: 26, 35 and 5D. RGB value is (38,53,93). Sum of RGB (Red+Green+Blue) = 38+53+93=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #26355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26355D is #D9CAA2. Grayscale: #343434. Windows color (decimal): -14273187 or 6108454. OLE color: 6108454.
HSL color Cylindrical-coordinate representation of color #26355D: hue angle of 223.64º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26355D is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 53 | 93 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.64 |
| HSL | 223.64º | 0.42% | 0.26% | - |
| HSV(B) | 223.64º | 0.59% | 0.36% | - |
| XYZ | 4.05 | 3.75 | 10.87 | - |
| YUV | 53.08 | 150.53 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 53 | 93 | 0.59 | 0.43 | 0 | 0.64 | 223.64 | 0.42 | 0.26 |
| Hex | 26 | 35 | 5D | 3B | 2B | 0 | 40 | E0 | 2A | 1A |
| Octal | 46 | 65 | 135 | 73 | 53 | 0 | 100 | 340 | 52 | 32 |
| Binary | 100110 | 110101 | 1011101 | 111011 | 101011 | 0 | 1000000 | 11100000 | 101010 | 11010 |
Color Harmonies of #26355D
Complementary color
Monochromatic Colors of #26355D
Black with #26355D
Text Example
Text Example
White with #26355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26355D; }
p { color: rgb(38,53,93); }
H1.HeaderClassName
{
color: #26355D;
}
.AnyTagClassName
{
color: #26355D;
}
</style>
background-color css
<style>
a { background-color: #26355D; }
a { background-color: rgb(38,53,93); }
div.DivClassName
{
background-color: #26355D;
}
.BgClassName
{
background-color: #26355D;
}
</style>
border-color css
<style>
span { border-color: #26355D; }
span { border-color: rgb(38,53,93); }
td.TdClassName
{
border-color: #26355D;
}
.TagClassName
{
border-color: #26355D;
}
</style>