Shades of Catalina Blue #263863
Tints of Catalina Blue #263863
RGB
CMYK
RGB Variations
Color information
#263863 (or 0x263863) is known color: Catalina Blue. HEX triplet: 26, 38 and 63. RGB value is (38,56,99). Sum of RGB (Red+Green+Blue) = 38+56+99=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #263863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263863 is #D9C79C. Grayscale: #373737. Windows color (decimal): -14272413 or 6502438. OLE color: 6502438.
HSL color Cylindrical-coordinate representation of color #263863: hue angle of 222.3º 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 #263863 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 56 | 99 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.61 |
| HSL | 222.3º | 0.45% | 0.27% | - |
| HSV(B) | 222.3º | 0.62% | 0.39% | - |
| XYZ | 4.47 | 4.14 | 12.37 | - |
| YUV | 55.52 | 152.54 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 99 | 0.62 | 0.43 | 0 | 0.61 | 222.3 | 0.45 | 0.27 |
| Hex | 26 | 38 | 63 | 3E | 2B | 0 | 3D | DE | 2D | 1B |
| Octal | 46 | 70 | 143 | 76 | 53 | 0 | 75 | 336 | 55 | 33 |
| Binary | 100110 | 111000 | 1100011 | 111110 | 101011 | 0 | 111101 | 11011110 | 101101 | 11011 |
Color Harmonies of #263863
Complementary color
Monochromatic Colors of #263863
Black with #263863
Text Example
Text Example
White with #263863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263863; }
p { color: rgb(38,56,99); }
H1.HeaderClassName
{
color: #263863;
}
.AnyTagClassName
{
color: #263863;
}
</style>
background-color css
<style>
a { background-color: #263863; }
a { background-color: rgb(38,56,99); }
div.DivClassName
{
background-color: #263863;
}
.BgClassName
{
background-color: #263863;
}
</style>
border-color css
<style>
span { border-color: #263863; }
span { border-color: rgb(38,56,99); }
td.TdClassName
{
border-color: #263863;
}
.TagClassName
{
border-color: #263863;
}
</style>