Shades of Catalina Blue #26345A
Tints of Catalina Blue #26345A
RGB
CMYK
RGB Variations
Color information
#26345A (or 0x26345A) is known color: Catalina Blue. HEX triplet: 26, 34 and 5A. RGB value is (38,52,90). Sum of RGB (Red+Green+Blue) = 38+52+90=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #26345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26345A is #D9CBA5. Grayscale: #333333. Windows color (decimal): -14273446 or 5911590. OLE color: 5911590.
HSL color Cylindrical-coordinate representation of color #26345A: hue angle of 223.85º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26345A is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 52 | 90 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.65 |
| HSL | 223.85º | 0.41% | 0.25% | - |
| HSV(B) | 223.85º | 0.58% | 0.35% | - |
| XYZ | 3.87 | 3.61 | 10.16 | - |
| YUV | 52.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 52 | 90 | 0.58 | 0.42 | 0 | 0.65 | 223.85 | 0.41 | 0.25 |
| Hex | 26 | 34 | 5A | 3A | 2A | 0 | 41 | E0 | 29 | 19 |
| Octal | 46 | 64 | 132 | 72 | 52 | 0 | 101 | 340 | 51 | 31 |
| Binary | 100110 | 110100 | 1011010 | 111010 | 101010 | 0 | 1000001 | 11100000 | 101001 | 11001 |
Color Harmonies of #26345A
Complementary color
Monochromatic Colors of #26345A
Black with #26345A
Text Example
Text Example
White with #26345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26345A; }
p { color: rgb(38,52,90); }
H1.HeaderClassName
{
color: #26345A;
}
.AnyTagClassName
{
color: #26345A;
}
</style>
background-color css
<style>
a { background-color: #26345A; }
a { background-color: rgb(38,52,90); }
div.DivClassName
{
background-color: #26345A;
}
.BgClassName
{
background-color: #26345A;
}
</style>
border-color css
<style>
span { border-color: #26345A; }
span { border-color: rgb(38,52,90); }
td.TdClassName
{
border-color: #26345A;
}
.TagClassName
{
border-color: #26345A;
}
</style>