Shades of Catalina Blue #264266
Tints of Catalina Blue #264266
RGB
CMYK
RGB Variations
Color information
#264266 (or 0x264266) is known color: Catalina Blue. HEX triplet: 26, 42 and 66. RGB value is (38,66,102). Sum of RGB (Red+Green+Blue) = 38+66+102=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #264266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264266 is #D9BD99. Grayscale: #3D3D3D. Windows color (decimal): -14269850 or 6701606. OLE color: 6701606.
HSL color Cylindrical-coordinate representation of color #264266: hue angle of 213.75º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #264266 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 66 | 102 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.6 |
| HSL | 213.75º | 0.46% | 0.27% | - |
| HSV(B) | 213.75º | 0.63% | 0.4% | - |
| XYZ | 5.15 | 5.27 | 13.32 | - |
| YUV | 61.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 102 | 0.63 | 0.35 | 0 | 0.6 | 213.75 | 0.46 | 0.27 |
| Hex | 26 | 42 | 66 | 3F | 23 | 0 | 3C | D6 | 2E | 1B |
| Octal | 46 | 102 | 146 | 77 | 43 | 0 | 74 | 326 | 56 | 33 |
| Binary | 100110 | 1000010 | 1100110 | 111111 | 100011 | 0 | 111100 | 11010110 | 101110 | 11011 |
Color Harmonies of #264266
Complementary color
Monochromatic Colors of #264266
Black with #264266
Text Example
Text Example
White with #264266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264266; }
p { color: rgb(38,66,102); }
H1.HeaderClassName
{
color: #264266;
}
.AnyTagClassName
{
color: #264266;
}
</style>
background-color css
<style>
a { background-color: #264266; }
a { background-color: rgb(38,66,102); }
div.DivClassName
{
background-color: #264266;
}
.BgClassName
{
background-color: #264266;
}
</style>
border-color css
<style>
span { border-color: #264266; }
span { border-color: rgb(38,66,102); }
td.TdClassName
{
border-color: #264266;
}
.TagClassName
{
border-color: #264266;
}
</style>