Shades of Catalina Blue #26385A
Tints of Catalina Blue #26385A
RGB
CMYK
RGB Variations
Color information
#26385A (or 0x26385A) is known color: Catalina Blue. HEX triplet: 26, 38 and 5A. RGB value is (38,56,90). Sum of RGB (Red+Green+Blue) = 38+56+90=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #26385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26385A is #D9C7A5. Grayscale: #363636. Windows color (decimal): -14272422 or 5912614. OLE color: 5912614.
HSL color Cylindrical-coordinate representation of color #26385A: hue angle of 219.23º 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 #26385A is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 56 | 90 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.65 |
| HSL | 219.23º | 0.41% | 0.25% | - |
| HSV(B) | 219.23º | 0.58% | 0.35% | - |
| XYZ | 4.06 | 3.98 | 10.23 | - |
| YUV | 54.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 90 | 0.58 | 0.38 | 0 | 0.65 | 219.23 | 0.41 | 0.25 |
| Hex | 26 | 38 | 5A | 3A | 26 | 0 | 41 | DB | 29 | 19 |
| Octal | 46 | 70 | 132 | 72 | 46 | 0 | 101 | 333 | 51 | 31 |
| Binary | 100110 | 111000 | 1011010 | 111010 | 100110 | 0 | 1000001 | 11011011 | 101001 | 11001 |
Color Harmonies of #26385A
Complementary color
Monochromatic Colors of #26385A
Black with #26385A
Text Example
Text Example
White with #26385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26385A; }
p { color: rgb(38,56,90); }
H1.HeaderClassName
{
color: #26385A;
}
.AnyTagClassName
{
color: #26385A;
}
</style>
background-color css
<style>
a { background-color: #26385A; }
a { background-color: rgb(38,56,90); }
div.DivClassName
{
background-color: #26385A;
}
.BgClassName
{
background-color: #26385A;
}
</style>
border-color css
<style>
span { border-color: #26385A; }
span { border-color: rgb(38,56,90); }
td.TdClassName
{
border-color: #26385A;
}
.TagClassName
{
border-color: #26385A;
}
</style>