Shades of Catalina Blue #264568
Tints of Catalina Blue #264568
RGB
CMYK
RGB Variations
Color information
#264568 (or 0x264568) is known color: Catalina Blue. HEX triplet: 26, 45 and 68. RGB value is (38,69,104). Sum of RGB (Red+Green+Blue) = 38+69+104=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #264568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264568 is #D9BA97. Grayscale: #3F3F3F. Windows color (decimal): -14269080 or 6833446. OLE color: 6833446.
HSL color Cylindrical-coordinate representation of color #264568: hue angle of 211.82º 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 #264568 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 69 | 104 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.59 |
| HSL | 211.82º | 0.46% | 0.28% | - |
| HSV(B) | 211.82º | 0.63% | 0.41% | - |
| XYZ | 5.43 | 5.67 | 13.9 | - |
| YUV | 63.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 104 | 0.63 | 0.34 | 0 | 0.59 | 211.82 | 0.46 | 0.28 |
| Hex | 26 | 45 | 68 | 3F | 22 | 0 | 3B | D4 | 2E | 1C |
| Octal | 46 | 105 | 150 | 77 | 42 | 0 | 73 | 324 | 56 | 34 |
| Binary | 100110 | 1000101 | 1101000 | 111111 | 100010 | 0 | 111011 | 11010100 | 101110 | 11100 |
Color Harmonies of #264568
Complementary color
Monochromatic Colors of #264568
Black with #264568
Text Example
Text Example
White with #264568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264568; }
p { color: rgb(38,69,104); }
H1.HeaderClassName
{
color: #264568;
}
.AnyTagClassName
{
color: #264568;
}
</style>
background-color css
<style>
a { background-color: #264568; }
a { background-color: rgb(38,69,104); }
div.DivClassName
{
background-color: #264568;
}
.BgClassName
{
background-color: #264568;
}
</style>
border-color css
<style>
span { border-color: #264568; }
span { border-color: rgb(38,69,104); }
td.TdClassName
{
border-color: #264568;
}
.TagClassName
{
border-color: #264568;
}
</style>