Shades of Catalina Blue #263855
Tints of Catalina Blue #263855
RGB
CMYK
RGB Variations
Color information
#263855 (or 0x263855) is known color: Catalina Blue. HEX triplet: 26, 38 and 55. RGB value is (38,56,85). Sum of RGB (Red+Green+Blue) = 38+56+85=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #263855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263855 is #D9C7AA. Grayscale: #353535. Windows color (decimal): -14272427 or 5584934. OLE color: 5584934.
HSL color Cylindrical-coordinate representation of color #263855: hue angle of 217.02º 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 #263855 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 56 | 85 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.67 |
| HSL | 217.02º | 0.38% | 0.24% | - |
| HSV(B) | 217.02º | 0.55% | 0.33% | - |
| XYZ | 3.85 | 3.9 | 9.14 | - |
| YUV | 53.92 | 145.54 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 85 | 0.55 | 0.34 | 0 | 0.67 | 217.02 | 0.38 | 0.24 |
| Hex | 26 | 38 | 55 | 37 | 22 | 0 | 43 | D9 | 26 | 18 |
| Octal | 46 | 70 | 125 | 67 | 42 | 0 | 103 | 331 | 46 | 30 |
| Binary | 100110 | 111000 | 1010101 | 110111 | 100010 | 0 | 1000011 | 11011001 | 100110 | 11000 |
Color Harmonies of #263855
Complementary color
Monochromatic Colors of #263855
Black with #263855
Text Example
Text Example
White with #263855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263855; }
p { color: rgb(38,56,85); }
H1.HeaderClassName
{
color: #263855;
}
.AnyTagClassName
{
color: #263855;
}
</style>
background-color css
<style>
a { background-color: #263855; }
a { background-color: rgb(38,56,85); }
div.DivClassName
{
background-color: #263855;
}
.BgClassName
{
background-color: #263855;
}
</style>
border-color css
<style>
span { border-color: #263855; }
span { border-color: rgb(38,56,85); }
td.TdClassName
{
border-color: #263855;
}
.TagClassName
{
border-color: #263855;
}
</style>