Shades of Catalina Blue #263C59
Tints of Catalina Blue #263C59
RGB
CMYK
RGB Variations
Color information
#263C59 (or 0x263C59) is known color: Catalina Blue. HEX triplet: 26, 3C and 59. RGB value is (38,60,89). Sum of RGB (Red+Green+Blue) = 38+60+89=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #263C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C59 is #D9C3A6. Grayscale: #383838. Windows color (decimal): -14271399 or 5848102. OLE color: 5848102.
HSL color Cylindrical-coordinate representation of color #263C59: hue angle of 214.12º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #263C59 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 60 | 89 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.65 |
| HSL | 214.12º | 0.4% | 0.25% | - |
| HSV(B) | 214.12º | 0.57% | 0.35% | - |
| XYZ | 4.22 | 4.37 | 10.07 | - |
| YUV | 56.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 89 | 0.57 | 0.33 | 0 | 0.65 | 214.12 | 0.4 | 0.25 |
| Hex | 26 | 3C | 59 | 39 | 21 | 0 | 41 | D6 | 28 | 19 |
| Octal | 46 | 74 | 131 | 71 | 41 | 0 | 101 | 326 | 50 | 31 |
| Binary | 100110 | 111100 | 1011001 | 111001 | 100001 | 0 | 1000001 | 11010110 | 101000 | 11001 |
Color Harmonies of #263C59
Complementary color
Monochromatic Colors of #263C59
Black with #263C59
Text Example
Text Example
White with #263C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C59; }
p { color: rgb(38,60,89); }
H1.HeaderClassName
{
color: #263C59;
}
.AnyTagClassName
{
color: #263C59;
}
</style>
background-color css
<style>
a { background-color: #263C59; }
a { background-color: rgb(38,60,89); }
div.DivClassName
{
background-color: #263C59;
}
.BgClassName
{
background-color: #263C59;
}
</style>
border-color css
<style>
span { border-color: #263C59; }
span { border-color: rgb(38,60,89); }
td.TdClassName
{
border-color: #263C59;
}
.TagClassName
{
border-color: #263C59;
}
</style>