Shades of Catalina Blue #263459
Tints of Catalina Blue #263459
RGB
CMYK
RGB Variations
Color information
#263459 (or 0x263459) is known color: Catalina Blue. HEX triplet: 26, 34 and 59. RGB value is (38,52,89). Sum of RGB (Red+Green+Blue) = 38+52+89=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #263459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263459 is #D9CBA6. Grayscale: #333333. Windows color (decimal): -14273447 or 5846054. OLE color: 5846054.
HSL color Cylindrical-coordinate representation of color #263459: hue angle of 223.53º 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 #263459 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 52 | 89 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.65 |
| HSL | 223.53º | 0.4% | 0.25% | - |
| HSV(B) | 223.53º | 0.57% | 0.35% | - |
| XYZ | 3.83 | 3.59 | 9.94 | - |
| YUV | 52.03 | 148.86 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 52 | 89 | 0.57 | 0.42 | 0 | 0.65 | 223.53 | 0.4 | 0.25 |
| Hex | 26 | 34 | 59 | 39 | 2A | 0 | 41 | E0 | 28 | 19 |
| Octal | 46 | 64 | 131 | 71 | 52 | 0 | 101 | 340 | 50 | 31 |
| Binary | 100110 | 110100 | 1011001 | 111001 | 101010 | 0 | 1000001 | 11100000 | 101000 | 11001 |
Color Harmonies of #263459
Complementary color
Monochromatic Colors of #263459
Black with #263459
Text Example
Text Example
White with #263459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263459; }
p { color: rgb(38,52,89); }
H1.HeaderClassName
{
color: #263459;
}
.AnyTagClassName
{
color: #263459;
}
</style>
background-color css
<style>
a { background-color: #263459; }
a { background-color: rgb(38,52,89); }
div.DivClassName
{
background-color: #263459;
}
.BgClassName
{
background-color: #263459;
}
</style>
border-color css
<style>
span { border-color: #263459; }
span { border-color: rgb(38,52,89); }
td.TdClassName
{
border-color: #263459;
}
.TagClassName
{
border-color: #263459;
}
</style>