Shades of Catalina Blue #263B59
Tints of Catalina Blue #263B59
RGB
CMYK
RGB Variations
Color information
#263B59 (or 0x263B59) is known color: Catalina Blue. HEX triplet: 26, 3B and 59. RGB value is (38,59,89). Sum of RGB (Red+Green+Blue) = 38+59+89=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #263B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B59 is #D9C4A6. Grayscale: #373737. Windows color (decimal): -14271655 or 5847846. OLE color: 5847846.
HSL color Cylindrical-coordinate representation of color #263B59: hue angle of 215.29º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #263B59 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 59 | 89 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.65 |
| HSL | 215.29º | 0.4% | 0.25% | - |
| HSV(B) | 215.29º | 0.57% | 0.35% | - |
| XYZ | 4.17 | 4.26 | 10.05 | - |
| YUV | 56.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 89 | 0.57 | 0.34 | 0 | 0.65 | 215.29 | 0.4 | 0.25 |
| Hex | 26 | 3B | 59 | 39 | 22 | 0 | 41 | D7 | 28 | 19 |
| Octal | 46 | 73 | 131 | 71 | 42 | 0 | 101 | 327 | 50 | 31 |
| Binary | 100110 | 111011 | 1011001 | 111001 | 100010 | 0 | 1000001 | 11010111 | 101000 | 11001 |
Color Harmonies of #263B59
Complementary color
Monochromatic Colors of #263B59
Black with #263B59
Text Example
Text Example
White with #263B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B59; }
p { color: rgb(38,59,89); }
H1.HeaderClassName
{
color: #263B59;
}
.AnyTagClassName
{
color: #263B59;
}
</style>
background-color css
<style>
a { background-color: #263B59; }
a { background-color: rgb(38,59,89); }
div.DivClassName
{
background-color: #263B59;
}
.BgClassName
{
background-color: #263B59;
}
</style>
border-color css
<style>
span { border-color: #263B59; }
span { border-color: rgb(38,59,89); }
td.TdClassName
{
border-color: #263B59;
}
.TagClassName
{
border-color: #263B59;
}
</style>