Shades of Catalina Blue #264365
Tints of Catalina Blue #264365
RGB
CMYK
RGB Variations
Color information
#264365 (or 0x264365) is known color: Catalina Blue. HEX triplet: 26, 43 and 65. RGB value is (38,67,101). Sum of RGB (Red+Green+Blue) = 38+67+101=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #264365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264365 is #D9BC9A. Grayscale: #3E3E3E. Windows color (decimal): -14269595 or 6636326. OLE color: 6636326.
HSL color Cylindrical-coordinate representation of color #264365: hue angle of 212.38º 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 #264365 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 67 | 101 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.60 |
| HSL | 212.38º | 0.45% | 0.27% | - |
| HSV(B) | 212.38º | 0.62% | 0.4% | - |
| XYZ | 5.16 | 5.37 | 13.08 | - |
| YUV | 62.21 | 149.89 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 101 | 0.62 | 0.34 | 0 | 0.60 | 212.38 | 0.45 | 0.27 |
| Hex | 26 | 43 | 65 | 3E | 22 | 0 | 3C | D4 | 2D | 1B |
| Octal | 46 | 103 | 145 | 76 | 42 | 0 | 74 | 324 | 55 | 33 |
| Binary | 100110 | 1000011 | 1100101 | 111110 | 100010 | 0 | 111100 | 11010100 | 101101 | 11011 |
Color Harmonies of #264365
Complementary color
Monochromatic Colors of #264365
Black with #264365
Text Example
Text Example
White with #264365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264365; }
p { color: rgb(38,67,101); }
H1.HeaderClassName
{
color: #264365;
}
.AnyTagClassName
{
color: #264365;
}
</style>
background-color css
<style>
a { background-color: #264365; }
a { background-color: rgb(38,67,101); }
div.DivClassName
{
background-color: #264365;
}
.BgClassName
{
background-color: #264365;
}
</style>
border-color css
<style>
span { border-color: #264365; }
span { border-color: rgb(38,67,101); }
td.TdClassName
{
border-color: #264365;
}
.TagClassName
{
border-color: #264365;
}
</style>