Shades of Catalina Blue #263955
Tints of Catalina Blue #263955
RGB
CMYK
RGB Variations
Color information
#263955 (or 0x263955) is known color: Catalina Blue. HEX triplet: 26, 39 and 55. RGB value is (38,57,85). Sum of RGB (Red+Green+Blue) = 38+57+85=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #263955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263955 is #D9C6AA. Grayscale: #363636. Windows color (decimal): -14272171 or 5585190. OLE color: 5585190.
HSL color Cylindrical-coordinate representation of color #263955: hue angle of 215.74º 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 #263955 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 57 | 85 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.67 |
| HSL | 215.74º | 0.38% | 0.24% | - |
| HSV(B) | 215.74º | 0.55% | 0.33% | - |
| XYZ | 3.9 | 3.99 | 9.16 | - |
| YUV | 54.51 | 145.21 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 85 | 0.55 | 0.33 | 0 | 0.67 | 215.74 | 0.38 | 0.24 |
| Hex | 26 | 39 | 55 | 37 | 21 | 0 | 43 | D8 | 26 | 18 |
| Octal | 46 | 71 | 125 | 67 | 41 | 0 | 103 | 330 | 46 | 30 |
| Binary | 100110 | 111001 | 1010101 | 110111 | 100001 | 0 | 1000011 | 11011000 | 100110 | 11000 |
Color Harmonies of #263955
Complementary color
Monochromatic Colors of #263955
Black with #263955
Text Example
Text Example
White with #263955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263955; }
p { color: rgb(38,57,85); }
H1.HeaderClassName
{
color: #263955;
}
.AnyTagClassName
{
color: #263955;
}
</style>
background-color css
<style>
a { background-color: #263955; }
a { background-color: rgb(38,57,85); }
div.DivClassName
{
background-color: #263955;
}
.BgClassName
{
background-color: #263955;
}
</style>
border-color css
<style>
span { border-color: #263955; }
span { border-color: rgb(38,57,85); }
td.TdClassName
{
border-color: #263955;
}
.TagClassName
{
border-color: #263955;
}
</style>