Shades of Catalina Blue #263F60
Tints of Catalina Blue #263F60
RGB
CMYK
RGB Variations
Color information
#263F60 (or 0x263F60) is known color: Catalina Blue. HEX triplet: 26, 3F and 60. RGB value is (38,63,96). Sum of RGB (Red+Green+Blue) = 38+63+96=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #263F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F60 is #D9C09F. Grayscale: #3B3B3B. Windows color (decimal): -14270624 or 6307622. OLE color: 6307622.
HSL color Cylindrical-coordinate representation of color #263F60: hue angle of 214.14º 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 #263F60 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 63 | 96 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.62 |
| HSL | 214.14º | 0.43% | 0.26% | - |
| HSV(B) | 214.14º | 0.6% | 0.38% | - |
| XYZ | 4.69 | 4.81 | 11.75 | - |
| YUV | 59.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 96 | 0.60 | 0.34 | 0 | 0.62 | 214.14 | 0.43 | 0.26 |
| Hex | 26 | 3F | 60 | 3C | 22 | 0 | 3E | D6 | 2B | 1A |
| Octal | 46 | 77 | 140 | 74 | 42 | 0 | 76 | 326 | 53 | 32 |
| Binary | 100110 | 111111 | 1100000 | 111100 | 100010 | 0 | 111110 | 11010110 | 101011 | 11010 |
Color Harmonies of #263F60
Complementary color
Monochromatic Colors of #263F60
Black with #263F60
Text Example
Text Example
White with #263F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F60; }
p { color: rgb(38,63,96); }
H1.HeaderClassName
{
color: #263F60;
}
.AnyTagClassName
{
color: #263F60;
}
</style>
background-color css
<style>
a { background-color: #263F60; }
a { background-color: rgb(38,63,96); }
div.DivClassName
{
background-color: #263F60;
}
.BgClassName
{
background-color: #263F60;
}
</style>
border-color css
<style>
span { border-color: #263F60; }
span { border-color: rgb(38,63,96); }
td.TdClassName
{
border-color: #263F60;
}
.TagClassName
{
border-color: #263F60;
}
</style>