Shades of Catalina Blue #264566
Tints of Catalina Blue #264566
RGB
CMYK
RGB Variations
Color information
#264566 (or 0x264566) is known color: Catalina Blue. HEX triplet: 26, 45 and 66. RGB value is (38,69,102). Sum of RGB (Red+Green+Blue) = 38+69+102=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #264566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264566 is #D9BA99. Grayscale: #3F3F3F. Windows color (decimal): -14269082 or 6702374. OLE color: 6702374.
HSL color Cylindrical-coordinate representation of color #264566: hue angle of 210.94º 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 #264566 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 69 | 102 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.6 |
| HSL | 210.94º | 0.46% | 0.27% | - |
| HSV(B) | 210.94º | 0.63% | 0.4% | - |
| XYZ | 5.33 | 5.63 | 13.38 | - |
| YUV | 63.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 102 | 0.63 | 0.32 | 0 | 0.6 | 210.94 | 0.46 | 0.27 |
| Hex | 26 | 45 | 66 | 3F | 20 | 0 | 3C | D3 | 2E | 1B |
| Octal | 46 | 105 | 146 | 77 | 40 | 0 | 74 | 323 | 56 | 33 |
| Binary | 100110 | 1000101 | 1100110 | 111111 | 100000 | 0 | 111100 | 11010011 | 101110 | 11011 |
Color Harmonies of #264566
Complementary color
Monochromatic Colors of #264566
Black with #264566
Text Example
Text Example
White with #264566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264566; }
p { color: rgb(38,69,102); }
H1.HeaderClassName
{
color: #264566;
}
.AnyTagClassName
{
color: #264566;
}
</style>
background-color css
<style>
a { background-color: #264566; }
a { background-color: rgb(38,69,102); }
div.DivClassName
{
background-color: #264566;
}
.BgClassName
{
background-color: #264566;
}
</style>
border-color css
<style>
span { border-color: #264566; }
span { border-color: rgb(38,69,102); }
td.TdClassName
{
border-color: #264566;
}
.TagClassName
{
border-color: #264566;
}
</style>