Shades of Catalina Blue #263E5B
Tints of Catalina Blue #263E5B
RGB
CMYK
RGB Variations
Color information
#263E5B (or 0x263E5B) is known color: Catalina Blue. HEX triplet: 26, 3E and 5B. RGB value is (38,62,91). Sum of RGB (Red+Green+Blue) = 38+62+91=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #263E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263E5B is #D9C1A4. Grayscale: #393939. Windows color (decimal): -14270885 or 5979686. OLE color: 5979686.
HSL color Cylindrical-coordinate representation of color #263E5B: hue angle of 212.83º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #263E5B is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 62 | 91 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.64 |
| HSL | 212.83º | 0.41% | 0.25% | - |
| HSV(B) | 212.83º | 0.58% | 0.36% | - |
| XYZ | 4.41 | 4.61 | 10.56 | - |
| YUV | 58.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 91 | 0.58 | 0.32 | 0 | 0.64 | 212.83 | 0.41 | 0.25 |
| Hex | 26 | 3E | 5B | 3A | 20 | 0 | 40 | D5 | 29 | 19 |
| Octal | 46 | 76 | 133 | 72 | 40 | 0 | 100 | 325 | 51 | 31 |
| Binary | 100110 | 111110 | 1011011 | 111010 | 100000 | 0 | 1000000 | 11010101 | 101001 | 11001 |
Color Harmonies of #263E5B
Complementary color
Monochromatic Colors of #263E5B
Black with #263E5B
Text Example
Text Example
White with #263E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263E5B; }
p { color: rgb(38,62,91); }
H1.HeaderClassName
{
color: #263E5B;
}
.AnyTagClassName
{
color: #263E5B;
}
</style>
background-color css
<style>
a { background-color: #263E5B; }
a { background-color: rgb(38,62,91); }
div.DivClassName
{
background-color: #263E5B;
}
.BgClassName
{
background-color: #263E5B;
}
</style>
border-color css
<style>
span { border-color: #263E5B; }
span { border-color: rgb(38,62,91); }
td.TdClassName
{
border-color: #263E5B;
}
.TagClassName
{
border-color: #263E5B;
}
</style>