Shades of Catalina Blue #263F5E
Tints of Catalina Blue #263F5E
RGB
CMYK
RGB Variations
Color information
#263F5E (or 0x263F5E) is known color: Catalina Blue. HEX triplet: 26, 3F and 5E. RGB value is (38,63,94). Sum of RGB (Red+Green+Blue) = 38+63+94=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #263F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F5E is #D9C0A1. Grayscale: #3A3A3A. Windows color (decimal): -14270626 or 6176550. OLE color: 6176550.
HSL color Cylindrical-coordinate representation of color #263F5E: hue angle of 213.21º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #263F5E is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 63 | 94 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.63 |
| HSL | 213.21º | 0.42% | 0.26% | - |
| HSV(B) | 213.21º | 0.6% | 0.37% | - |
| XYZ | 4.6 | 4.78 | 11.27 | - |
| YUV | 59.06 | 147.72 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 94 | 0.60 | 0.33 | 0 | 0.63 | 213.21 | 0.42 | 0.26 |
| Hex | 26 | 3F | 5E | 3C | 21 | 0 | 3F | D5 | 2A | 1A |
| Octal | 46 | 77 | 136 | 74 | 41 | 0 | 77 | 325 | 52 | 32 |
| Binary | 100110 | 111111 | 1011110 | 111100 | 100001 | 0 | 111111 | 11010101 | 101010 | 11010 |
Color Harmonies of #263F5E
Complementary color
Monochromatic Colors of #263F5E
Black with #263F5E
Text Example
Text Example
White with #263F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F5E; }
p { color: rgb(38,63,94); }
H1.HeaderClassName
{
color: #263F5E;
}
.AnyTagClassName
{
color: #263F5E;
}
</style>
background-color css
<style>
a { background-color: #263F5E; }
a { background-color: rgb(38,63,94); }
div.DivClassName
{
background-color: #263F5E;
}
.BgClassName
{
background-color: #263F5E;
}
</style>
border-color css
<style>
span { border-color: #263F5E; }
span { border-color: rgb(38,63,94); }
td.TdClassName
{
border-color: #263F5E;
}
.TagClassName
{
border-color: #263F5E;
}
</style>