Shades of Catalina Blue #263859
Tints of Catalina Blue #263859
RGB
CMYK
RGB Variations
Color information
#263859 (or 0x263859) is known color: Catalina Blue. HEX triplet: 26, 38 and 59. RGB value is (38,56,89). Sum of RGB (Red+Green+Blue) = 38+56+89=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #263859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263859 is #D9C7A6. Grayscale: #363636. Windows color (decimal): -14272423 or 5847078. OLE color: 5847078.
HSL color Cylindrical-coordinate representation of color #263859: hue angle of 218.82º 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 #263859 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 56 | 89 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.65 |
| HSL | 218.82º | 0.4% | 0.25% | - |
| HSV(B) | 218.82º | 0.57% | 0.35% | - |
| XYZ | 4.02 | 3.96 | 10 | - |
| YUV | 54.38 | 147.54 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 89 | 0.57 | 0.37 | 0 | 0.65 | 218.82 | 0.4 | 0.25 |
| Hex | 26 | 38 | 59 | 39 | 25 | 0 | 41 | DB | 28 | 19 |
| Octal | 46 | 70 | 131 | 71 | 45 | 0 | 101 | 333 | 50 | 31 |
| Binary | 100110 | 111000 | 1011001 | 111001 | 100101 | 0 | 1000001 | 11011011 | 101000 | 11001 |
Color Harmonies of #263859
Complementary color
Monochromatic Colors of #263859
Black with #263859
Text Example
Text Example
White with #263859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263859; }
p { color: rgb(38,56,89); }
H1.HeaderClassName
{
color: #263859;
}
.AnyTagClassName
{
color: #263859;
}
</style>
background-color css
<style>
a { background-color: #263859; }
a { background-color: rgb(38,56,89); }
div.DivClassName
{
background-color: #263859;
}
.BgClassName
{
background-color: #263859;
}
</style>
border-color css
<style>
span { border-color: #263859; }
span { border-color: rgb(38,56,89); }
td.TdClassName
{
border-color: #263859;
}
.TagClassName
{
border-color: #263859;
}
</style>