Shades of Catalina Blue #263A60
Tints of Catalina Blue #263A60
RGB
CMYK
RGB Variations
Color information
#263A60 (or 0x263A60) is known color: Catalina Blue. HEX triplet: 26, 3A and 60. RGB value is (38,58,96). Sum of RGB (Red+Green+Blue) = 38+58+96=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #263A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A60 is #D9C59F. Grayscale: #383838. Windows color (decimal): -14271904 or 6306342. OLE color: 6306342.
HSL color Cylindrical-coordinate representation of color #263A60: hue angle of 219.31º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #263A60 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 58 | 96 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.62 |
| HSL | 219.31º | 0.43% | 0.26% | - |
| HSV(B) | 219.31º | 0.6% | 0.38% | - |
| XYZ | 4.42 | 4.28 | 11.66 | - |
| YUV | 56.35 | 150.37 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 96 | 0.60 | 0.40 | 0 | 0.62 | 219.31 | 0.43 | 0.26 |
| Hex | 26 | 3A | 60 | 3C | 28 | 0 | 3E | DB | 2B | 1A |
| Octal | 46 | 72 | 140 | 74 | 50 | 0 | 76 | 333 | 53 | 32 |
| Binary | 100110 | 111010 | 1100000 | 111100 | 101000 | 0 | 111110 | 11011011 | 101011 | 11010 |
Color Harmonies of #263A60
Complementary color
Monochromatic Colors of #263A60
Black with #263A60
Text Example
Text Example
White with #263A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A60; }
p { color: rgb(38,58,96); }
H1.HeaderClassName
{
color: #263A60;
}
.AnyTagClassName
{
color: #263A60;
}
</style>
background-color css
<style>
a { background-color: #263A60; }
a { background-color: rgb(38,58,96); }
div.DivClassName
{
background-color: #263A60;
}
.BgClassName
{
background-color: #263A60;
}
</style>
border-color css
<style>
span { border-color: #263A60; }
span { border-color: rgb(38,58,96); }
td.TdClassName
{
border-color: #263A60;
}
.TagClassName
{
border-color: #263A60;
}
</style>