Shades of Catalina Blue #263D68
Tints of Catalina Blue #263D68
RGB
CMYK
RGB Variations
Color information
#263D68 (or 0x263D68) is known color: Catalina Blue. HEX triplet: 26, 3D and 68. RGB value is (38,61,104). Sum of RGB (Red+Green+Blue) = 38+61+104=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #263D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D68 is #D9C297. Grayscale: #3A3A3A. Windows color (decimal): -14271128 or 6831398. OLE color: 6831398.
HSL color Cylindrical-coordinate representation of color #263D68: hue angle of 219.09º 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 #263D68 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 61 | 104 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.59 |
| HSL | 219.09º | 0.46% | 0.28% | - |
| HSV(B) | 219.09º | 0.63% | 0.41% | - |
| XYZ | 4.97 | 4.75 | 13.75 | - |
| YUV | 59.03 | 153.38 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 104 | 0.63 | 0.41 | 0 | 0.59 | 219.09 | 0.46 | 0.28 |
| Hex | 26 | 3D | 68 | 3F | 29 | 0 | 3B | DB | 2E | 1C |
| Octal | 46 | 75 | 150 | 77 | 51 | 0 | 73 | 333 | 56 | 34 |
| Binary | 100110 | 111101 | 1101000 | 111111 | 101001 | 0 | 111011 | 11011011 | 101110 | 11100 |
Color Harmonies of #263D68
Complementary color
Monochromatic Colors of #263D68
Black with #263D68
Text Example
Text Example
White with #263D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D68; }
p { color: rgb(38,61,104); }
H1.HeaderClassName
{
color: #263D68;
}
.AnyTagClassName
{
color: #263D68;
}
</style>
background-color css
<style>
a { background-color: #263D68; }
a { background-color: rgb(38,61,104); }
div.DivClassName
{
background-color: #263D68;
}
.BgClassName
{
background-color: #263D68;
}
</style>
border-color css
<style>
span { border-color: #263D68; }
span { border-color: rgb(38,61,104); }
td.TdClassName
{
border-color: #263D68;
}
.TagClassName
{
border-color: #263D68;
}
</style>