Shades of Catalina Blue #264468
Tints of Catalina Blue #264468
RGB
CMYK
RGB Variations
Color information
#264468 (or 0x264468) is known color: Catalina Blue. HEX triplet: 26, 44 and 68. RGB value is (38,68,104). Sum of RGB (Red+Green+Blue) = 38+68+104=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #264468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264468 is #D9BB97. Grayscale: #3E3E3E. Windows color (decimal): -14269336 or 6833190. OLE color: 6833190.
HSL color Cylindrical-coordinate representation of color #264468: hue angle of 212.73º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #264468 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 68 | 104 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.59 |
| HSL | 212.73º | 0.46% | 0.28% | - |
| HSV(B) | 212.73º | 0.63% | 0.41% | - |
| XYZ | 5.37 | 5.55 | 13.88 | - |
| YUV | 63.13 | 151.06 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 68 | 104 | 0.63 | 0.35 | 0 | 0.59 | 212.73 | 0.46 | 0.28 |
| Hex | 26 | 44 | 68 | 3F | 23 | 0 | 3B | D5 | 2E | 1C |
| Octal | 46 | 104 | 150 | 77 | 43 | 0 | 73 | 325 | 56 | 34 |
| Binary | 100110 | 1000100 | 1101000 | 111111 | 100011 | 0 | 111011 | 11010101 | 101110 | 11100 |
Color Harmonies of #264468
Complementary color
Monochromatic Colors of #264468
Black with #264468
Text Example
Text Example
White with #264468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264468; }
p { color: rgb(38,68,104); }
H1.HeaderClassName
{
color: #264468;
}
.AnyTagClassName
{
color: #264468;
}
</style>
background-color css
<style>
a { background-color: #264468; }
a { background-color: rgb(38,68,104); }
div.DivClassName
{
background-color: #264468;
}
.BgClassName
{
background-color: #264468;
}
</style>
border-color css
<style>
span { border-color: #264468; }
span { border-color: rgb(38,68,104); }
td.TdClassName
{
border-color: #264468;
}
.TagClassName
{
border-color: #264468;
}
</style>