Shades of Catalina Blue #263659
Tints of Catalina Blue #263659
RGB
CMYK
RGB Variations
Color information
#263659 (or 0x263659) is known color: Catalina Blue. HEX triplet: 26, 36 and 59. RGB value is (38,54,89). Sum of RGB (Red+Green+Blue) = 38+54+89=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #263659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263659 is #D9C9A6. Grayscale: #353535. Windows color (decimal): -14272935 or 5846566. OLE color: 5846566.
HSL color Cylindrical-coordinate representation of color #263659: hue angle of 221.18º 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 #263659 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 54 | 89 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.65 |
| HSL | 221.18º | 0.4% | 0.25% | - |
| HSV(B) | 221.18º | 0.57% | 0.35% | - |
| XYZ | 3.92 | 3.77 | 9.97 | - |
| YUV | 53.21 | 148.2 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 89 | 0.57 | 0.39 | 0 | 0.65 | 221.18 | 0.4 | 0.25 |
| Hex | 26 | 36 | 59 | 39 | 27 | 0 | 41 | DD | 28 | 19 |
| Octal | 46 | 66 | 131 | 71 | 47 | 0 | 101 | 335 | 50 | 31 |
| Binary | 100110 | 110110 | 1011001 | 111001 | 100111 | 0 | 1000001 | 11011101 | 101000 | 11001 |
Color Harmonies of #263659
Complementary color
Monochromatic Colors of #263659
Black with #263659
Text Example
Text Example
White with #263659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263659; }
p { color: rgb(38,54,89); }
H1.HeaderClassName
{
color: #263659;
}
.AnyTagClassName
{
color: #263659;
}
</style>
background-color css
<style>
a { background-color: #263659; }
a { background-color: rgb(38,54,89); }
div.DivClassName
{
background-color: #263659;
}
.BgClassName
{
background-color: #263659;
}
</style>
border-color css
<style>
span { border-color: #263659; }
span { border-color: rgb(38,54,89); }
td.TdClassName
{
border-color: #263659;
}
.TagClassName
{
border-color: #263659;
}
</style>