Shades of Catalina Blue #263557
Tints of Catalina Blue #263557
RGB
CMYK
RGB Variations
Color information
#263557 (or 0x263557) is known color: Catalina Blue. HEX triplet: 26, 35 and 57. RGB value is (38,53,87). Sum of RGB (Red+Green+Blue) = 38+53+87=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #263557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263557 is #D9CAA8. Grayscale: #343434. Windows color (decimal): -14273193 or 5715238. OLE color: 5715238.
HSL color Cylindrical-coordinate representation of color #263557: hue angle of 221.63º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #263557 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 38 | 53 | 87 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.66 |
| HSL | 221.63º | 0.39% | 0.25% | - |
| HSV(B) | 221.63º | 0.56% | 0.34% | - |
| XYZ | 3.79 | 3.65 | 9.52 | - |
| YUV | 52.39 | 147.53 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 53 | 87 | 0.56 | 0.39 | 0 | 0.66 | 221.63 | 0.39 | 0.25 |
| Hex | 26 | 35 | 57 | 38 | 27 | 0 | 42 | DE | 27 | 19 |
| Octal | 46 | 65 | 127 | 70 | 47 | 0 | 102 | 336 | 47 | 31 |
| Binary | 100110 | 110101 | 1010111 | 111000 | 100111 | 0 | 1000010 | 11011110 | 100111 | 11001 |
Color Harmonies of #263557
Complementary color
Monochromatic Colors of #263557
Black with #263557
Text Example
Text Example
White with #263557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263557; }
p { color: rgb(38,53,87); }
H1.HeaderClassName
{
color: #263557;
}
.AnyTagClassName
{
color: #263557;
}
</style>
background-color css
<style>
a { background-color: #263557; }
a { background-color: rgb(38,53,87); }
div.DivClassName
{
background-color: #263557;
}
.BgClassName
{
background-color: #263557;
}
</style>
border-color css
<style>
span { border-color: #263557; }
span { border-color: rgb(38,53,87); }
td.TdClassName
{
border-color: #263557;
}
.TagClassName
{
border-color: #263557;
}
</style>