Shades of Catalina Blue #263C65
Tints of Catalina Blue #263C65
RGB
CMYK
RGB Variations
Color information
#263C65 (or 0x263C65) is known color: Catalina Blue. HEX triplet: 26, 3C and 65. RGB value is (38,60,101). Sum of RGB (Red+Green+Blue) = 38+60+101=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #263C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C65 is #D9C39A. Grayscale: #393939. Windows color (decimal): -14271387 or 6634534. OLE color: 6634534.
HSL color Cylindrical-coordinate representation of color #263C65: hue angle of 219.05º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #263C65 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 60 | 101 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.60 |
| HSL | 219.05º | 0.45% | 0.27% | - |
| HSV(B) | 219.05º | 0.62% | 0.4% | - |
| XYZ | 4.76 | 4.58 | 12.95 | - |
| YUV | 58.1 | 152.21 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 101 | 0.62 | 0.41 | 0 | 0.60 | 219.05 | 0.45 | 0.27 |
| Hex | 26 | 3C | 65 | 3E | 29 | 0 | 3C | DB | 2D | 1B |
| Octal | 46 | 74 | 145 | 76 | 51 | 0 | 74 | 333 | 55 | 33 |
| Binary | 100110 | 111100 | 1100101 | 111110 | 101001 | 0 | 111100 | 11011011 | 101101 | 11011 |
Color Harmonies of #263C65
Complementary color
Monochromatic Colors of #263C65
Black with #263C65
Text Example
Text Example
White with #263C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C65; }
p { color: rgb(38,60,101); }
H1.HeaderClassName
{
color: #263C65;
}
.AnyTagClassName
{
color: #263C65;
}
</style>
background-color css
<style>
a { background-color: #263C65; }
a { background-color: rgb(38,60,101); }
div.DivClassName
{
background-color: #263C65;
}
.BgClassName
{
background-color: #263C65;
}
</style>
border-color css
<style>
span { border-color: #263C65; }
span { border-color: rgb(38,60,101); }
td.TdClassName
{
border-color: #263C65;
}
.TagClassName
{
border-color: #263C65;
}
</style>