Shades of Catalina Blue #263B68
Tints of Catalina Blue #263B68
RGB
CMYK
RGB Variations
Color information
#263B68 (or 0x263B68) is known color: Catalina Blue. HEX triplet: 26, 3B and 68. RGB value is (38,59,104). Sum of RGB (Red+Green+Blue) = 38+59+104=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #263B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B68 is #D9C497. Grayscale: #393939. Windows color (decimal): -14271640 or 6830886. OLE color: 6830886.
HSL color Cylindrical-coordinate representation of color #263B68: hue angle of 220.91º 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 #263B68 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 59 | 104 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.59 |
| HSL | 220.91º | 0.46% | 0.28% | - |
| HSV(B) | 220.91º | 0.63% | 0.41% | - |
| XYZ | 4.86 | 4.54 | 13.72 | - |
| YUV | 57.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 104 | 0.63 | 0.43 | 0 | 0.59 | 220.91 | 0.46 | 0.28 |
| Hex | 26 | 3B | 68 | 3F | 2B | 0 | 3B | DD | 2E | 1C |
| Octal | 46 | 73 | 150 | 77 | 53 | 0 | 73 | 335 | 56 | 34 |
| Binary | 100110 | 111011 | 1101000 | 111111 | 101011 | 0 | 111011 | 11011101 | 101110 | 11100 |
Color Harmonies of #263B68
Complementary color
Monochromatic Colors of #263B68
Black with #263B68
Text Example
Text Example
White with #263B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B68; }
p { color: rgb(38,59,104); }
H1.HeaderClassName
{
color: #263B68;
}
.AnyTagClassName
{
color: #263B68;
}
</style>
background-color css
<style>
a { background-color: #263B68; }
a { background-color: rgb(38,59,104); }
div.DivClassName
{
background-color: #263B68;
}
.BgClassName
{
background-color: #263B68;
}
</style>
border-color css
<style>
span { border-color: #263B68; }
span { border-color: rgb(38,59,104); }
td.TdClassName
{
border-color: #263B68;
}
.TagClassName
{
border-color: #263B68;
}
</style>