Shades of Catalina Blue #263E69
Tints of Catalina Blue #263E69
RGB
CMYK
RGB Variations
Color information
#263E69 (or 0x263E69) is known color: Catalina Blue. HEX triplet: 26, 3E and 69. RGB value is (38,62,105). Sum of RGB (Red+Green+Blue) = 38+62+105=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #263E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263E69 is #D9C196. Grayscale: #3B3B3B. Windows color (decimal): -14270871 or 6897190. OLE color: 6897190.
HSL color Cylindrical-coordinate representation of color #263E69: hue angle of 218.51º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #263E69 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 62 | 105 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.59 |
| HSL | 218.51º | 0.47% | 0.28% | - |
| HSV(B) | 218.51º | 0.64% | 0.41% | - |
| XYZ | 5.07 | 4.88 | 14.04 | - |
| YUV | 59.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 105 | 0.64 | 0.41 | 0 | 0.59 | 218.51 | 0.47 | 0.28 |
| Hex | 26 | 3E | 69 | 40 | 29 | 0 | 3B | DB | 2F | 1C |
| Octal | 46 | 76 | 151 | 100 | 51 | 0 | 73 | 333 | 57 | 34 |
| Binary | 100110 | 111110 | 1101001 | 1000000 | 101001 | 0 | 111011 | 11011011 | 101111 | 11100 |
Color Harmonies of #263E69
Complementary color
Monochromatic Colors of #263E69
Black with #263E69
Text Example
Text Example
White with #263E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263E69; }
p { color: rgb(38,62,105); }
H1.HeaderClassName
{
color: #263E69;
}
.AnyTagClassName
{
color: #263E69;
}
</style>
background-color css
<style>
a { background-color: #263E69; }
a { background-color: rgb(38,62,105); }
div.DivClassName
{
background-color: #263E69;
}
.BgClassName
{
background-color: #263E69;
}
</style>
border-color css
<style>
span { border-color: #263E69; }
span { border-color: rgb(38,62,105); }
td.TdClassName
{
border-color: #263E69;
}
.TagClassName
{
border-color: #263E69;
}
</style>