Shades of Catalina Blue #263B63
Tints of Catalina Blue #263B63
RGB
CMYK
RGB Variations
Color information
#263B63 (or 0x263B63) is known color: Catalina Blue. HEX triplet: 26, 3B and 63. RGB value is (38,59,99). Sum of RGB (Red+Green+Blue) = 38+59+99=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #263B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B63 is #D9C49C. Grayscale: #393939. Windows color (decimal): -14271645 or 6503206. OLE color: 6503206.
HSL color Cylindrical-coordinate representation of color #263B63: hue angle of 219.34º 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 #263B63 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 59 | 99 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.61 |
| HSL | 219.34º | 0.45% | 0.27% | - |
| HSV(B) | 219.34º | 0.62% | 0.39% | - |
| XYZ | 4.62 | 4.44 | 12.42 | - |
| YUV | 57.28 | 151.54 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 99 | 0.62 | 0.40 | 0 | 0.61 | 219.34 | 0.45 | 0.27 |
| Hex | 26 | 3B | 63 | 3E | 28 | 0 | 3D | DB | 2D | 1B |
| Octal | 46 | 73 | 143 | 76 | 50 | 0 | 75 | 333 | 55 | 33 |
| Binary | 100110 | 111011 | 1100011 | 111110 | 101000 | 0 | 111101 | 11011011 | 101101 | 11011 |
Color Harmonies of #263B63
Complementary color
Monochromatic Colors of #263B63
Black with #263B63
Text Example
Text Example
White with #263B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B63; }
p { color: rgb(38,59,99); }
H1.HeaderClassName
{
color: #263B63;
}
.AnyTagClassName
{
color: #263B63;
}
</style>
background-color css
<style>
a { background-color: #263B63; }
a { background-color: rgb(38,59,99); }
div.DivClassName
{
background-color: #263B63;
}
.BgClassName
{
background-color: #263B63;
}
</style>
border-color css
<style>
span { border-color: #263B63; }
span { border-color: rgb(38,59,99); }
td.TdClassName
{
border-color: #263B63;
}
.TagClassName
{
border-color: #263B63;
}
</style>