Shades of Catalina Blue #263954
Tints of Catalina Blue #263954
RGB
CMYK
RGB Variations
Color information
#263954 (or 0x263954) is known color: Catalina Blue. HEX triplet: 26, 39 and 54. RGB value is (38,57,84). Sum of RGB (Red+Green+Blue) = 38+57+84=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #263954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263954 is #D9C6AB. Grayscale: #363636. Windows color (decimal): -14272172 or 5519654. OLE color: 5519654.
HSL color Cylindrical-coordinate representation of color #263954: hue angle of 215.22º 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 #263954 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 57 | 84 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.67 |
| HSL | 215.22º | 0.38% | 0.24% | - |
| HSV(B) | 215.22º | 0.55% | 0.33% | - |
| XYZ | 3.86 | 3.98 | 8.95 | - |
| YUV | 54.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 84 | 0.55 | 0.32 | 0 | 0.67 | 215.22 | 0.38 | 0.24 |
| Hex | 26 | 39 | 54 | 37 | 20 | 0 | 43 | D7 | 26 | 18 |
| Octal | 46 | 71 | 124 | 67 | 40 | 0 | 103 | 327 | 46 | 30 |
| Binary | 100110 | 111001 | 1010100 | 110111 | 100000 | 0 | 1000011 | 11010111 | 100110 | 11000 |
Color Harmonies of #263954
Complementary color
Monochromatic Colors of #263954
Black with #263954
Text Example
Text Example
White with #263954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263954; }
p { color: rgb(38,57,84); }
H1.HeaderClassName
{
color: #263954;
}
.AnyTagClassName
{
color: #263954;
}
</style>
background-color css
<style>
a { background-color: #263954; }
a { background-color: rgb(38,57,84); }
div.DivClassName
{
background-color: #263954;
}
.BgClassName
{
background-color: #263954;
}
</style>
border-color css
<style>
span { border-color: #263954; }
span { border-color: rgb(38,57,84); }
td.TdClassName
{
border-color: #263954;
}
.TagClassName
{
border-color: #263954;
}
</style>