Shades of Catalina Blue #264268
Tints of Catalina Blue #264268
RGB
CMYK
RGB Variations
Color information
#264268 (or 0x264268) is known color: Catalina Blue. HEX triplet: 26, 42 and 68. RGB value is (38,66,104). Sum of RGB (Red+Green+Blue) = 38+66+104=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #264268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264268 is #D9BD97. Grayscale: #3D3D3D. Windows color (decimal): -14269848 or 6832678. OLE color: 6832678.
HSL color Cylindrical-coordinate representation of color #264268: hue angle of 214.55º 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 #264268 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 66 | 104 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.59 |
| HSL | 214.55º | 0.46% | 0.28% | - |
| HSV(B) | 214.55º | 0.63% | 0.41% | - |
| XYZ | 5.25 | 5.31 | 13.84 | - |
| YUV | 61.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 104 | 0.63 | 0.37 | 0 | 0.59 | 214.55 | 0.46 | 0.28 |
| Hex | 26 | 42 | 68 | 3F | 25 | 0 | 3B | D7 | 2E | 1C |
| Octal | 46 | 102 | 150 | 77 | 45 | 0 | 73 | 327 | 56 | 34 |
| Binary | 100110 | 1000010 | 1101000 | 111111 | 100101 | 0 | 111011 | 11010111 | 101110 | 11100 |
Color Harmonies of #264268
Complementary color
Monochromatic Colors of #264268
Black with #264268
Text Example
Text Example
White with #264268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264268; }
p { color: rgb(38,66,104); }
H1.HeaderClassName
{
color: #264268;
}
.AnyTagClassName
{
color: #264268;
}
</style>
background-color css
<style>
a { background-color: #264268; }
a { background-color: rgb(38,66,104); }
div.DivClassName
{
background-color: #264268;
}
.BgClassName
{
background-color: #264268;
}
</style>
border-color css
<style>
span { border-color: #264268; }
span { border-color: rgb(38,66,104); }
td.TdClassName
{
border-color: #264268;
}
.TagClassName
{
border-color: #264268;
}
</style>