Shades of Catalina Blue #263B66
Tints of Catalina Blue #263B66
RGB
CMYK
RGB Variations
Color information
#263B66 (or 0x263B66) is known color: Catalina Blue. HEX triplet: 26, 3B and 66. RGB value is (38,59,102). Sum of RGB (Red+Green+Blue) = 38+59+102=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #263B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B66 is #D9C499. Grayscale: #393939. Windows color (decimal): -14271642 or 6699814. OLE color: 6699814.
HSL color Cylindrical-coordinate representation of color #263B66: hue angle of 220.31º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #263B66 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 59 | 102 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.6 |
| HSL | 220.31º | 0.46% | 0.27% | - |
| HSV(B) | 220.31º | 0.63% | 0.4% | - |
| XYZ | 4.76 | 4.5 | 13.19 | - |
| YUV | 57.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 102 | 0.63 | 0.42 | 0 | 0.6 | 220.31 | 0.46 | 0.27 |
| Hex | 26 | 3B | 66 | 3F | 2A | 0 | 3C | DC | 2E | 1B |
| Octal | 46 | 73 | 146 | 77 | 52 | 0 | 74 | 334 | 56 | 33 |
| Binary | 100110 | 111011 | 1100110 | 111111 | 101010 | 0 | 111100 | 11011100 | 101110 | 11011 |
Color Harmonies of #263B66
Complementary color
Monochromatic Colors of #263B66
Black with #263B66
Text Example
Text Example
White with #263B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B66; }
p { color: rgb(38,59,102); }
H1.HeaderClassName
{
color: #263B66;
}
.AnyTagClassName
{
color: #263B66;
}
</style>
background-color css
<style>
a { background-color: #263B66; }
a { background-color: rgb(38,59,102); }
div.DivClassName
{
background-color: #263B66;
}
.BgClassName
{
background-color: #263B66;
}
</style>
border-color css
<style>
span { border-color: #263B66; }
span { border-color: rgb(38,59,102); }
td.TdClassName
{
border-color: #263B66;
}
.TagClassName
{
border-color: #263B66;
}
</style>