Shades of Catalina Blue #263559
Tints of Catalina Blue #263559
RGB
CMYK
RGB Variations
Color information
#263559 (or 0x263559) is known color: Catalina Blue. HEX triplet: 26, 35 and 59. RGB value is (38,53,89). Sum of RGB (Red+Green+Blue) = 38+53+89=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #263559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263559 is #D9CAA6. Grayscale: #343434. Windows color (decimal): -14273191 or 5846310. OLE color: 5846310.
HSL color Cylindrical-coordinate representation of color #263559: hue angle of 222.35º 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 #263559 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 53 | 89 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.65 |
| HSL | 222.35º | 0.4% | 0.25% | - |
| HSV(B) | 222.35º | 0.57% | 0.35% | - |
| XYZ | 3.88 | 3.68 | 9.96 | - |
| YUV | 52.62 | 148.53 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 53 | 89 | 0.57 | 0.40 | 0 | 0.65 | 222.35 | 0.4 | 0.25 |
| Hex | 26 | 35 | 59 | 39 | 28 | 0 | 41 | DE | 28 | 19 |
| Octal | 46 | 65 | 131 | 71 | 50 | 0 | 101 | 336 | 50 | 31 |
| Binary | 100110 | 110101 | 1011001 | 111001 | 101000 | 0 | 1000001 | 11011110 | 101000 | 11001 |
Color Harmonies of #263559
Complementary color
Monochromatic Colors of #263559
Black with #263559
Text Example
Text Example
White with #263559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263559; }
p { color: rgb(38,53,89); }
H1.HeaderClassName
{
color: #263559;
}
.AnyTagClassName
{
color: #263559;
}
</style>
background-color css
<style>
a { background-color: #263559; }
a { background-color: rgb(38,53,89); }
div.DivClassName
{
background-color: #263559;
}
.BgClassName
{
background-color: #263559;
}
</style>
border-color css
<style>
span { border-color: #263559; }
span { border-color: rgb(38,53,89); }
td.TdClassName
{
border-color: #263559;
}
.TagClassName
{
border-color: #263559;
}
</style>