Shades of Catalina Blue #264565
Tints of Catalina Blue #264565
RGB
CMYK
RGB Variations
Color information
#264565 (or 0x264565) is known color: Catalina Blue. HEX triplet: 26, 45 and 65. RGB value is (38,69,101). Sum of RGB (Red+Green+Blue) = 38+69+101=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #264565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264565 is #D9BA9A. Grayscale: #3F3F3F. Windows color (decimal): -14269083 or 6636838. OLE color: 6636838.
HSL color Cylindrical-coordinate representation of color #264565: hue angle of 210.48º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #264565 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 69 | 101 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.60 |
| HSL | 210.48º | 0.45% | 0.27% | - |
| HSV(B) | 210.48º | 0.62% | 0.4% | - |
| XYZ | 5.28 | 5.61 | 13.12 | - |
| YUV | 63.38 | 149.23 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 101 | 0.62 | 0.32 | 0 | 0.60 | 210.48 | 0.45 | 0.27 |
| Hex | 26 | 45 | 65 | 3E | 20 | 0 | 3C | D2 | 2D | 1B |
| Octal | 46 | 105 | 145 | 76 | 40 | 0 | 74 | 322 | 55 | 33 |
| Binary | 100110 | 1000101 | 1100101 | 111110 | 100000 | 0 | 111100 | 11010010 | 101101 | 11011 |
Color Harmonies of #264565
Complementary color
Monochromatic Colors of #264565
Black with #264565
Text Example
Text Example
White with #264565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264565; }
p { color: rgb(38,69,101); }
H1.HeaderClassName
{
color: #264565;
}
.AnyTagClassName
{
color: #264565;
}
</style>
background-color css
<style>
a { background-color: #264565; }
a { background-color: rgb(38,69,101); }
div.DivClassName
{
background-color: #264565;
}
.BgClassName
{
background-color: #264565;
}
</style>
border-color css
<style>
span { border-color: #264565; }
span { border-color: rgb(38,69,101); }
td.TdClassName
{
border-color: #264565;
}
.TagClassName
{
border-color: #264565;
}
</style>