Shades of Catalina Blue #264068
Tints of Catalina Blue #264068
RGB
CMYK
RGB Variations
Color information
#264068 (or 0x264068) is known color: Catalina Blue. HEX triplet: 26, 40 and 68. RGB value is (38,64,104). Sum of RGB (Red+Green+Blue) = 38+64+104=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #264068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264068 is #D9BF97. Grayscale: #3C3C3C. Windows color (decimal): -14270360 or 6832166. OLE color: 6832166.
HSL color Cylindrical-coordinate representation of color #264068: hue angle of 216.36º 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 #264068 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 64 | 104 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.59 |
| HSL | 216.36º | 0.46% | 0.28% | - |
| HSV(B) | 216.36º | 0.63% | 0.41% | - |
| XYZ | 5.13 | 5.08 | 13.81 | - |
| YUV | 60.79 | 152.39 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 104 | 0.63 | 0.38 | 0 | 0.59 | 216.36 | 0.46 | 0.28 |
| Hex | 26 | 40 | 68 | 3F | 26 | 0 | 3B | D8 | 2E | 1C |
| Octal | 46 | 100 | 150 | 77 | 46 | 0 | 73 | 330 | 56 | 34 |
| Binary | 100110 | 1000000 | 1101000 | 111111 | 100110 | 0 | 111011 | 11011000 | 101110 | 11100 |
Color Harmonies of #264068
Complementary color
Monochromatic Colors of #264068
Black with #264068
Text Example
Text Example
White with #264068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264068; }
p { color: rgb(38,64,104); }
H1.HeaderClassName
{
color: #264068;
}
.AnyTagClassName
{
color: #264068;
}
</style>
background-color css
<style>
a { background-color: #264068; }
a { background-color: rgb(38,64,104); }
div.DivClassName
{
background-color: #264068;
}
.BgClassName
{
background-color: #264068;
}
</style>
border-color css
<style>
span { border-color: #264068; }
span { border-color: rgb(38,64,104); }
td.TdClassName
{
border-color: #264068;
}
.TagClassName
{
border-color: #264068;
}
</style>