Shades of Catalina Blue #264164
Tints of Catalina Blue #264164
RGB
CMYK
RGB Variations
Color information
#264164 (or 0x264164) is known color: Catalina Blue. HEX triplet: 26, 41 and 64. RGB value is (38,65,100). Sum of RGB (Red+Green+Blue) = 38+65+100=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #264164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264164 is #D9BE9B. Grayscale: #3C3C3C. Windows color (decimal): -14270108 or 6570278. OLE color: 6570278.
HSL color Cylindrical-coordinate representation of color #264164: hue angle of 213.87º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #264164 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 65 | 100 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.61 |
| HSL | 213.87º | 0.45% | 0.27% | - |
| HSV(B) | 213.87º | 0.62% | 0.39% | - |
| XYZ | 4.99 | 5.11 | 12.78 | - |
| YUV | 60.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 100 | 0.62 | 0.35 | 0 | 0.61 | 213.87 | 0.45 | 0.27 |
| Hex | 26 | 41 | 64 | 3E | 23 | 0 | 3D | D6 | 2D | 1B |
| Octal | 46 | 101 | 144 | 76 | 43 | 0 | 75 | 326 | 55 | 33 |
| Binary | 100110 | 1000001 | 1100100 | 111110 | 100011 | 0 | 111101 | 11010110 | 101101 | 11011 |
Color Harmonies of #264164
Complementary color
Monochromatic Colors of #264164
Black with #264164
Text Example
Text Example
White with #264164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264164; }
p { color: rgb(38,65,100); }
H1.HeaderClassName
{
color: #264164;
}
.AnyTagClassName
{
color: #264164;
}
</style>
background-color css
<style>
a { background-color: #264164; }
a { background-color: rgb(38,65,100); }
div.DivClassName
{
background-color: #264164;
}
.BgClassName
{
background-color: #264164;
}
</style>
border-color css
<style>
span { border-color: #264164; }
span { border-color: rgb(38,65,100); }
td.TdClassName
{
border-color: #264164;
}
.TagClassName
{
border-color: #264164;
}
</style>