Shades of Catalina Blue #26385C
Tints of Catalina Blue #26385C
RGB
CMYK
RGB Variations
Color information
#26385C (or 0x26385C) is known color: Catalina Blue. HEX triplet: 26, 38 and 5C. RGB value is (38,56,92). Sum of RGB (Red+Green+Blue) = 38+56+92=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #26385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26385C is #D9C7A3. Grayscale: #363636. Windows color (decimal): -14272420 or 6043686. OLE color: 6043686.
HSL color Cylindrical-coordinate representation of color #26385C: hue angle of 220º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26385C is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 56 | 92 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.64 |
| HSL | 220º | 0.42% | 0.25% | - |
| HSV(B) | 220º | 0.59% | 0.36% | - |
| XYZ | 4.15 | 4.01 | 10.68 | - |
| YUV | 54.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 92 | 0.59 | 0.39 | 0 | 0.64 | 220 | 0.42 | 0.25 |
| Hex | 26 | 38 | 5C | 3B | 27 | 0 | 40 | DC | 2A | 19 |
| Octal | 46 | 70 | 134 | 73 | 47 | 0 | 100 | 334 | 52 | 31 |
| Binary | 100110 | 111000 | 1011100 | 111011 | 100111 | 0 | 1000000 | 11011100 | 101010 | 11001 |
Color Harmonies of #26385C
Complementary color
Monochromatic Colors of #26385C
Black with #26385C
Text Example
Text Example
White with #26385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26385C; }
p { color: rgb(38,56,92); }
H1.HeaderClassName
{
color: #26385C;
}
.AnyTagClassName
{
color: #26385C;
}
</style>
background-color css
<style>
a { background-color: #26385C; }
a { background-color: rgb(38,56,92); }
div.DivClassName
{
background-color: #26385C;
}
.BgClassName
{
background-color: #26385C;
}
</style>
border-color css
<style>
span { border-color: #26385C; }
span { border-color: rgb(38,56,92); }
td.TdClassName
{
border-color: #26385C;
}
.TagClassName
{
border-color: #26385C;
}
</style>