Shades of Catalina Blue #263655
Tints of Catalina Blue #263655
RGB
CMYK
RGB Variations
Color information
#263655 (or 0x263655) is known color: Catalina Blue. HEX triplet: 26, 36 and 55. RGB value is (38,54,85). Sum of RGB (Red+Green+Blue) = 38+54+85=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #263655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263655 is #D9C9AA. Grayscale: #343434. Windows color (decimal): -14272939 or 5584422. OLE color: 5584422.
HSL color Cylindrical-coordinate representation of color #263655: hue angle of 219.57º 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 #263655 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 54 | 85 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.67 |
| HSL | 219.57º | 0.38% | 0.24% | - |
| HSV(B) | 219.57º | 0.55% | 0.33% | - |
| XYZ | 3.76 | 3.71 | 9.11 | - |
| YUV | 52.75 | 146.2 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 85 | 0.55 | 0.36 | 0 | 0.67 | 219.57 | 0.38 | 0.24 |
| Hex | 26 | 36 | 55 | 37 | 24 | 0 | 43 | DC | 26 | 18 |
| Octal | 46 | 66 | 125 | 67 | 44 | 0 | 103 | 334 | 46 | 30 |
| Binary | 100110 | 110110 | 1010101 | 110111 | 100100 | 0 | 1000011 | 11011100 | 100110 | 11000 |
Color Harmonies of #263655
Complementary color
Monochromatic Colors of #263655
Black with #263655
Text Example
Text Example
White with #263655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263655; }
p { color: rgb(38,54,85); }
H1.HeaderClassName
{
color: #263655;
}
.AnyTagClassName
{
color: #263655;
}
</style>
background-color css
<style>
a { background-color: #263655; }
a { background-color: rgb(38,54,85); }
div.DivClassName
{
background-color: #263655;
}
.BgClassName
{
background-color: #263655;
}
</style>
border-color css
<style>
span { border-color: #263655; }
span { border-color: rgb(38,54,85); }
td.TdClassName
{
border-color: #263655;
}
.TagClassName
{
border-color: #263655;
}
</style>