Shades of Catalina Blue #263F68
Tints of Catalina Blue #263F68
RGB
CMYK
RGB Variations
Color information
#263F68 (or 0x263F68) is known color: Catalina Blue. HEX triplet: 26, 3F and 68. RGB value is (38,63,104). Sum of RGB (Red+Green+Blue) = 38+63+104=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #263F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F68 is #D9C097. Grayscale: #3C3C3C. Windows color (decimal): -14270616 or 6831910. OLE color: 6831910.
HSL color Cylindrical-coordinate representation of color #263F68: hue angle of 217.27º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #263F68 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 63 | 104 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.59 |
| HSL | 217.27º | 0.46% | 0.28% | - |
| HSV(B) | 217.27º | 0.63% | 0.41% | - |
| XYZ | 5.08 | 4.97 | 13.79 | - |
| YUV | 60.2 | 152.72 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 104 | 0.63 | 0.39 | 0 | 0.59 | 217.27 | 0.46 | 0.28 |
| Hex | 26 | 3F | 68 | 3F | 27 | 0 | 3B | D9 | 2E | 1C |
| Octal | 46 | 77 | 150 | 77 | 47 | 0 | 73 | 331 | 56 | 34 |
| Binary | 100110 | 111111 | 1101000 | 111111 | 100111 | 0 | 111011 | 11011001 | 101110 | 11100 |
Color Harmonies of #263F68
Complementary color
Monochromatic Colors of #263F68
Black with #263F68
Text Example
Text Example
White with #263F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F68; }
p { color: rgb(38,63,104); }
H1.HeaderClassName
{
color: #263F68;
}
.AnyTagClassName
{
color: #263F68;
}
</style>
background-color css
<style>
a { background-color: #263F68; }
a { background-color: rgb(38,63,104); }
div.DivClassName
{
background-color: #263F68;
}
.BgClassName
{
background-color: #263F68;
}
</style>
border-color css
<style>
span { border-color: #263F68; }
span { border-color: rgb(38,63,104); }
td.TdClassName
{
border-color: #263F68;
}
.TagClassName
{
border-color: #263F68;
}
</style>