Shades of Catalina Blue #263D65
Tints of Catalina Blue #263D65
RGB
CMYK
RGB Variations
Color information
#263D65 (or 0x263D65) is known color: Catalina Blue. HEX triplet: 26, 3D and 65. RGB value is (38,61,101). Sum of RGB (Red+Green+Blue) = 38+61+101=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #263D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D65 is #D9C29A. Grayscale: #3A3A3A. Windows color (decimal): -14271131 or 6634790. OLE color: 6634790.
HSL color Cylindrical-coordinate representation of color #263D65: hue angle of 218.1º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #263D65 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 61 | 101 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.60 |
| HSL | 218.1º | 0.45% | 0.27% | - |
| HSV(B) | 218.1º | 0.62% | 0.4% | - |
| XYZ | 4.82 | 4.69 | 12.96 | - |
| YUV | 58.68 | 151.88 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 101 | 0.62 | 0.40 | 0 | 0.60 | 218.1 | 0.45 | 0.27 |
| Hex | 26 | 3D | 65 | 3E | 28 | 0 | 3C | DA | 2D | 1B |
| Octal | 46 | 75 | 145 | 76 | 50 | 0 | 74 | 332 | 55 | 33 |
| Binary | 100110 | 111101 | 1100101 | 111110 | 101000 | 0 | 111100 | 11011010 | 101101 | 11011 |
Color Harmonies of #263D65
Complementary color
Monochromatic Colors of #263D65
Black with #263D65
Text Example
Text Example
White with #263D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D65; }
p { color: rgb(38,61,101); }
H1.HeaderClassName
{
color: #263D65;
}
.AnyTagClassName
{
color: #263D65;
}
</style>
background-color css
<style>
a { background-color: #263D65; }
a { background-color: rgb(38,61,101); }
div.DivClassName
{
background-color: #263D65;
}
.BgClassName
{
background-color: #263D65;
}
</style>
border-color css
<style>
span { border-color: #263D65; }
span { border-color: rgb(38,61,101); }
td.TdClassName
{
border-color: #263D65;
}
.TagClassName
{
border-color: #263D65;
}
</style>