Shades of Catalina Blue #264063
Tints of Catalina Blue #264063
RGB
CMYK
RGB Variations
Color information
#264063 (or 0x264063) is known color: Catalina Blue. HEX triplet: 26, 40 and 63. RGB value is (38,64,99). Sum of RGB (Red+Green+Blue) = 38+64+99=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #264063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264063 is #D9BF9C. Grayscale: #3C3C3C. Windows color (decimal): -14270365 or 6504486. OLE color: 6504486.
HSL color Cylindrical-coordinate representation of color #264063: hue angle of 214.43º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #264063 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 64 | 99 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.61 |
| HSL | 214.43º | 0.45% | 0.27% | - |
| HSV(B) | 214.43º | 0.62% | 0.39% | - |
| XYZ | 4.88 | 4.98 | 12.51 | - |
| YUV | 60.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 99 | 0.62 | 0.35 | 0 | 0.61 | 214.43 | 0.45 | 0.27 |
| Hex | 26 | 40 | 63 | 3E | 23 | 0 | 3D | D6 | 2D | 1B |
| Octal | 46 | 100 | 143 | 76 | 43 | 0 | 75 | 326 | 55 | 33 |
| Binary | 100110 | 1000000 | 1100011 | 111110 | 100011 | 0 | 111101 | 11010110 | 101101 | 11011 |
Color Harmonies of #264063
Complementary color
Monochromatic Colors of #264063
Black with #264063
Text Example
Text Example
White with #264063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264063; }
p { color: rgb(38,64,99); }
H1.HeaderClassName
{
color: #264063;
}
.AnyTagClassName
{
color: #264063;
}
</style>
background-color css
<style>
a { background-color: #264063; }
a { background-color: rgb(38,64,99); }
div.DivClassName
{
background-color: #264063;
}
.BgClassName
{
background-color: #264063;
}
</style>
border-color css
<style>
span { border-color: #264063; }
span { border-color: rgb(38,64,99); }
td.TdClassName
{
border-color: #264063;
}
.TagClassName
{
border-color: #264063;
}
</style>