Shades of Catalina Blue #263854
Tints of Catalina Blue #263854
RGB
CMYK
RGB Variations
Color information
#263854 (or 0x263854) is known color: Catalina Blue. HEX triplet: 26, 38 and 54. RGB value is (38,56,84). Sum of RGB (Red+Green+Blue) = 38+56+84=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #263854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263854 is #D9C7AB. Grayscale: #353535. Windows color (decimal): -14272428 or 5519398. OLE color: 5519398.
HSL color Cylindrical-coordinate representation of color #263854: hue angle of 216.52º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #263854 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 56 | 84 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.67 |
| HSL | 216.52º | 0.38% | 0.24% | - |
| HSV(B) | 216.52º | 0.55% | 0.33% | - |
| XYZ | 3.81 | 3.88 | 8.94 | - |
| YUV | 53.81 | 145.04 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 84 | 0.55 | 0.33 | 0 | 0.67 | 216.52 | 0.38 | 0.24 |
| Hex | 26 | 38 | 54 | 37 | 21 | 0 | 43 | D9 | 26 | 18 |
| Octal | 46 | 70 | 124 | 67 | 41 | 0 | 103 | 331 | 46 | 30 |
| Binary | 100110 | 111000 | 1010100 | 110111 | 100001 | 0 | 1000011 | 11011001 | 100110 | 11000 |
Color Harmonies of #263854
Complementary color
Monochromatic Colors of #263854
Black with #263854
Text Example
Text Example
White with #263854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263854; }
p { color: rgb(38,56,84); }
H1.HeaderClassName
{
color: #263854;
}
.AnyTagClassName
{
color: #263854;
}
</style>
background-color css
<style>
a { background-color: #263854; }
a { background-color: rgb(38,56,84); }
div.DivClassName
{
background-color: #263854;
}
.BgClassName
{
background-color: #263854;
}
</style>
border-color css
<style>
span { border-color: #263854; }
span { border-color: rgb(38,56,84); }
td.TdClassName
{
border-color: #263854;
}
.TagClassName
{
border-color: #263854;
}
</style>