Shades of Catalina Blue #263C5D
Tints of Catalina Blue #263C5D
RGB
CMYK
RGB Variations
Color information
#263C5D (or 0x263C5D) is known color: Catalina Blue. HEX triplet: 26, 3C and 5D. RGB value is (38,60,93). Sum of RGB (Red+Green+Blue) = 38+60+93=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #263C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C5D is #D9C3A2. Grayscale: #393939. Windows color (decimal): -14271395 or 6110246. OLE color: 6110246.
HSL color Cylindrical-coordinate representation of color #263C5D: hue angle of 216º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #263C5D is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 60 | 93 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.64 |
| HSL | 216º | 0.42% | 0.26% | - |
| HSV(B) | 216º | 0.59% | 0.36% | - |
| XYZ | 4.39 | 4.43 | 10.98 | - |
| YUV | 57.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 93 | 0.59 | 0.35 | 0 | 0.64 | 216 | 0.42 | 0.26 |
| Hex | 26 | 3C | 5D | 3B | 23 | 0 | 40 | D8 | 2A | 1A |
| Octal | 46 | 74 | 135 | 73 | 43 | 0 | 100 | 330 | 52 | 32 |
| Binary | 100110 | 111100 | 1011101 | 111011 | 100011 | 0 | 1000000 | 11011000 | 101010 | 11010 |
Color Harmonies of #263C5D
Complementary color
Monochromatic Colors of #263C5D
Black with #263C5D
Text Example
Text Example
White with #263C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C5D; }
p { color: rgb(38,60,93); }
H1.HeaderClassName
{
color: #263C5D;
}
.AnyTagClassName
{
color: #263C5D;
}
</style>
background-color css
<style>
a { background-color: #263C5D; }
a { background-color: rgb(38,60,93); }
div.DivClassName
{
background-color: #263C5D;
}
.BgClassName
{
background-color: #263C5D;
}
</style>
border-color css
<style>
span { border-color: #263C5D; }
span { border-color: rgb(38,60,93); }
td.TdClassName
{
border-color: #263C5D;
}
.TagClassName
{
border-color: #263C5D;
}
</style>