Shades of Catalina Blue #263B67
Tints of Catalina Blue #263B67
RGB
CMYK
RGB Variations
Color information
#263B67 (or 0x263B67) is known color: Catalina Blue. HEX triplet: 26, 3B and 67. RGB value is (38,59,103). Sum of RGB (Red+Green+Blue) = 38+59+103=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #263B67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B67 is #D9C498. Grayscale: #393939. Windows color (decimal): -14271641 or 6765350. OLE color: 6765350.
HSL color Cylindrical-coordinate representation of color #263B67: hue angle of 220.62º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #263B67 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 59 | 103 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.60 |
| HSL | 220.62º | 0.46% | 0.28% | - |
| HSV(B) | 220.62º | 0.63% | 0.4% | - |
| XYZ | 4.81 | 4.52 | 13.45 | - |
| YUV | 57.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 103 | 0.63 | 0.43 | 0 | 0.60 | 220.62 | 0.46 | 0.28 |
| Hex | 26 | 3B | 67 | 3F | 2B | 0 | 3C | DD | 2E | 1C |
| Octal | 46 | 73 | 147 | 77 | 53 | 0 | 74 | 335 | 56 | 34 |
| Binary | 100110 | 111011 | 1100111 | 111111 | 101011 | 0 | 111100 | 11011101 | 101110 | 11100 |
Color Harmonies of #263B67
Complementary color
Monochromatic Colors of #263B67
Black with #263B67
Text Example
Text Example
White with #263B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B67; }
p { color: rgb(38,59,103); }
H1.HeaderClassName
{
color: #263B67;
}
.AnyTagClassName
{
color: #263B67;
}
</style>
background-color css
<style>
a { background-color: #263B67; }
a { background-color: rgb(38,59,103); }
div.DivClassName
{
background-color: #263B67;
}
.BgClassName
{
background-color: #263B67;
}
</style>
border-color css
<style>
span { border-color: #263B67; }
span { border-color: rgb(38,59,103); }
td.TdClassName
{
border-color: #263B67;
}
.TagClassName
{
border-color: #263B67;
}
</style>