Shades of Catalina Blue #263A67
Tints of Catalina Blue #263A67
RGB
CMYK
RGB Variations
Color information
#263A67 (or 0x263A67) is known color: Catalina Blue. HEX triplet: 26, 3A and 67. RGB value is (38,58,103). Sum of RGB (Red+Green+Blue) = 38+58+103=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 103 (40.62% from 255 or 51.76% from 199); Max value from RGB is 103 - color contains mainly: blue. Hex color #263A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A67 is #D9C598. Grayscale: #383838. Windows color (decimal): -14271897 or 6765094. OLE color: 6765094.
HSL color Cylindrical-coordinate representation of color #263A67: hue angle of 221.54º 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 #263A67 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 58 | 103 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.60 |
| HSL | 221.54º | 0.46% | 0.28% | - |
| HSV(B) | 221.54º | 0.63% | 0.4% | - |
| XYZ | 4.76 | 4.42 | 13.43 | - |
| YUV | 57.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 103 | 0.63 | 0.44 | 0 | 0.60 | 221.54 | 0.46 | 0.28 |
| Hex | 26 | 3A | 67 | 3F | 2C | 0 | 3C | DE | 2E | 1C |
| Octal | 46 | 72 | 147 | 77 | 54 | 0 | 74 | 336 | 56 | 34 |
| Binary | 100110 | 111010 | 1100111 | 111111 | 101100 | 0 | 111100 | 11011110 | 101110 | 11100 |
Color Harmonies of #263A67
Complementary color
Monochromatic Colors of #263A67
Black with #263A67
Text Example
Text Example
White with #263A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A67; }
p { color: rgb(38,58,103); }
H1.HeaderClassName
{
color: #263A67;
}
.AnyTagClassName
{
color: #263A67;
}
</style>
background-color css
<style>
a { background-color: #263A67; }
a { background-color: rgb(38,58,103); }
div.DivClassName
{
background-color: #263A67;
}
.BgClassName
{
background-color: #263A67;
}
</style>
border-color css
<style>
span { border-color: #263A67; }
span { border-color: rgb(38,58,103); }
td.TdClassName
{
border-color: #263A67;
}
.TagClassName
{
border-color: #263A67;
}
</style>