Shades of Catalina Blue #263960
Tints of Catalina Blue #263960
RGB
CMYK
RGB Variations
Color information
#263960 (or 0x263960) is known color: Catalina Blue. HEX triplet: 26, 39 and 60. RGB value is (38,57,96). Sum of RGB (Red+Green+Blue) = 38+57+96=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #263960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263960 is #D9C69F. Grayscale: #373737. Windows color (decimal): -14272160 or 6306086. OLE color: 6306086.
HSL color Cylindrical-coordinate representation of color #263960: hue angle of 220.34º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #263960 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 57 | 96 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.62 |
| HSL | 220.34º | 0.43% | 0.26% | - |
| HSV(B) | 220.34º | 0.6% | 0.38% | - |
| XYZ | 4.37 | 4.18 | 11.64 | - |
| YUV | 55.77 | 150.71 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 96 | 0.60 | 0.41 | 0 | 0.62 | 220.34 | 0.43 | 0.26 |
| Hex | 26 | 39 | 60 | 3C | 29 | 0 | 3E | DC | 2B | 1A |
| Octal | 46 | 71 | 140 | 74 | 51 | 0 | 76 | 334 | 53 | 32 |
| Binary | 100110 | 111001 | 1100000 | 111100 | 101001 | 0 | 111110 | 11011100 | 101011 | 11010 |
Color Harmonies of #263960
Complementary color
Monochromatic Colors of #263960
Black with #263960
Text Example
Text Example
White with #263960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263960; }
p { color: rgb(38,57,96); }
H1.HeaderClassName
{
color: #263960;
}
.AnyTagClassName
{
color: #263960;
}
</style>
background-color css
<style>
a { background-color: #263960; }
a { background-color: rgb(38,57,96); }
div.DivClassName
{
background-color: #263960;
}
.BgClassName
{
background-color: #263960;
}
</style>
border-color css
<style>
span { border-color: #263960; }
span { border-color: rgb(38,57,96); }
td.TdClassName
{
border-color: #263960;
}
.TagClassName
{
border-color: #263960;
}
</style>