Shades of Catalina Blue #264065
Tints of Catalina Blue #264065
RGB
CMYK
RGB Variations
Color information
#264065 (or 0x264065) is known color: Catalina Blue. HEX triplet: 26, 40 and 65. RGB value is (38,64,101). Sum of RGB (Red+Green+Blue) = 38+64+101=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #264065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264065 is #D9BF9A. Grayscale: #3C3C3C. Windows color (decimal): -14270363 or 6635558. OLE color: 6635558.
HSL color Cylindrical-coordinate representation of color #264065: hue angle of 215.24º 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 #264065 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 64 | 101 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.60 |
| HSL | 215.24º | 0.45% | 0.27% | - |
| HSV(B) | 215.24º | 0.62% | 0.4% | - |
| XYZ | 4.98 | 5.02 | 13.02 | - |
| YUV | 60.44 | 150.89 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 101 | 0.62 | 0.37 | 0 | 0.60 | 215.24 | 0.45 | 0.27 |
| Hex | 26 | 40 | 65 | 3E | 25 | 0 | 3C | D7 | 2D | 1B |
| Octal | 46 | 100 | 145 | 76 | 45 | 0 | 74 | 327 | 55 | 33 |
| Binary | 100110 | 1000000 | 1100101 | 111110 | 100101 | 0 | 111100 | 11010111 | 101101 | 11011 |
Color Harmonies of #264065
Complementary color
Monochromatic Colors of #264065
Black with #264065
Text Example
Text Example
White with #264065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264065; }
p { color: rgb(38,64,101); }
H1.HeaderClassName
{
color: #264065;
}
.AnyTagClassName
{
color: #264065;
}
</style>
background-color css
<style>
a { background-color: #264065; }
a { background-color: rgb(38,64,101); }
div.DivClassName
{
background-color: #264065;
}
.BgClassName
{
background-color: #264065;
}
</style>
border-color css
<style>
span { border-color: #264065; }
span { border-color: rgb(38,64,101); }
td.TdClassName
{
border-color: #264065;
}
.TagClassName
{
border-color: #264065;
}
</style>