Shades of Catalina Blue #26446C
Tints of Catalina Blue #26446C
RGB
CMYK
RGB Variations
Color information
#26446C (or 0x26446C) is known color: Catalina Blue. HEX triplet: 26, 44 and 6C. RGB value is (38,68,108). Sum of RGB (Red+Green+Blue) = 38+68+108=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #26446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26446C is #D9BB93. Grayscale: #3F3F3F. Windows color (decimal): -14269332 or 7095334. OLE color: 7095334.
HSL color Cylindrical-coordinate representation of color #26446C: hue angle of 214.29º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26446C is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 68 | 108 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.58 |
| HSL | 214.29º | 0.48% | 0.29% | - |
| HSV(B) | 214.29º | 0.65% | 0.42% | - |
| XYZ | 5.57 | 5.63 | 14.98 | - |
| YUV | 63.59 | 153.06 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 68 | 108 | 0.65 | 0.37 | 0 | 0.58 | 214.29 | 0.48 | 0.29 |
| Hex | 26 | 44 | 6C | 41 | 25 | 0 | 3A | D6 | 30 | 1D |
| Octal | 46 | 104 | 154 | 101 | 45 | 0 | 72 | 326 | 60 | 35 |
| Binary | 100110 | 1000100 | 1101100 | 1000001 | 100101 | 0 | 111010 | 11010110 | 110000 | 11101 |
Color Harmonies of #26446C
Complementary color
Monochromatic Colors of #26446C
Black with #26446C
Text Example
Text Example
White with #26446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26446C; }
p { color: rgb(38,68,108); }
H1.HeaderClassName
{
color: #26446C;
}
.AnyTagClassName
{
color: #26446C;
}
</style>
background-color css
<style>
a { background-color: #26446C; }
a { background-color: rgb(38,68,108); }
div.DivClassName
{
background-color: #26446C;
}
.BgClassName
{
background-color: #26446C;
}
</style>
border-color css
<style>
span { border-color: #26446C; }
span { border-color: rgb(38,68,108); }
td.TdClassName
{
border-color: #26446C;
}
.TagClassName
{
border-color: #26446C;
}
</style>