Shades of Catalina Blue #26355C
Tints of Catalina Blue #26355C
RGB
CMYK
RGB Variations
Color information
#26355C (or 0x26355C) is known color: Catalina Blue. HEX triplet: 26, 35 and 5C. RGB value is (38,53,92). Sum of RGB (Red+Green+Blue) = 38+53+92=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #26355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26355C is #D9CAA3. Grayscale: #343434. Windows color (decimal): -14273188 or 6042918. OLE color: 6042918.
HSL color Cylindrical-coordinate representation of color #26355C: hue angle of 223.33º 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 #26355C is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 53 | 92 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.64 |
| HSL | 223.33º | 0.42% | 0.25% | - |
| HSV(B) | 223.33º | 0.59% | 0.36% | - |
| XYZ | 4 | 3.73 | 10.63 | - |
| YUV | 52.96 | 150.03 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 53 | 92 | 0.59 | 0.42 | 0 | 0.64 | 223.33 | 0.42 | 0.25 |
| Hex | 26 | 35 | 5C | 3B | 2A | 0 | 40 | DF | 2A | 19 |
| Octal | 46 | 65 | 134 | 73 | 52 | 0 | 100 | 337 | 52 | 31 |
| Binary | 100110 | 110101 | 1011100 | 111011 | 101010 | 0 | 1000000 | 11011111 | 101010 | 11001 |
Color Harmonies of #26355C
Complementary color
Monochromatic Colors of #26355C
Black with #26355C
Text Example
Text Example
White with #26355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26355C; }
p { color: rgb(38,53,92); }
H1.HeaderClassName
{
color: #26355C;
}
.AnyTagClassName
{
color: #26355C;
}
</style>
background-color css
<style>
a { background-color: #26355C; }
a { background-color: rgb(38,53,92); }
div.DivClassName
{
background-color: #26355C;
}
.BgClassName
{
background-color: #26355C;
}
</style>
border-color css
<style>
span { border-color: #26355C; }
span { border-color: rgb(38,53,92); }
td.TdClassName
{
border-color: #26355C;
}
.TagClassName
{
border-color: #26355C;
}
</style>