Shades of Catalina Blue #263663
Tints of Catalina Blue #263663
RGB
CMYK
RGB Variations
Color information
#263663 (or 0x263663) is known color: Catalina Blue. HEX triplet: 26, 36 and 63. RGB value is (38,54,99). Sum of RGB (Red+Green+Blue) = 38+54+99=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #263663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263663 is #D9C99C. Grayscale: #363636. Windows color (decimal): -14272925 or 6501926. OLE color: 6501926.
HSL color Cylindrical-coordinate representation of color #263663: hue angle of 224.26º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #263663 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 54 | 99 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.61 |
| HSL | 224.26º | 0.45% | 0.27% | - |
| HSV(B) | 224.26º | 0.62% | 0.39% | - |
| XYZ | 4.37 | 3.95 | 12.34 | - |
| YUV | 54.35 | 153.2 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 99 | 0.62 | 0.45 | 0 | 0.61 | 224.26 | 0.45 | 0.27 |
| Hex | 26 | 36 | 63 | 3E | 2D | 0 | 3D | E0 | 2D | 1B |
| Octal | 46 | 66 | 143 | 76 | 55 | 0 | 75 | 340 | 55 | 33 |
| Binary | 100110 | 110110 | 1100011 | 111110 | 101101 | 0 | 111101 | 11100000 | 101101 | 11011 |
Color Harmonies of #263663
Complementary color
Monochromatic Colors of #263663
Black with #263663
Text Example
Text Example
White with #263663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263663; }
p { color: rgb(38,54,99); }
H1.HeaderClassName
{
color: #263663;
}
.AnyTagClassName
{
color: #263663;
}
</style>
background-color css
<style>
a { background-color: #263663; }
a { background-color: rgb(38,54,99); }
div.DivClassName
{
background-color: #263663;
}
.BgClassName
{
background-color: #263663;
}
</style>
border-color css
<style>
span { border-color: #263663; }
span { border-color: rgb(38,54,99); }
td.TdClassName
{
border-color: #263663;
}
.TagClassName
{
border-color: #263663;
}
</style>