Shades of Torea Bay #26328E
Tints of Torea Bay #26328E
RGB
CMYK
RGB Variations
Color information
#26328E (or 0x26328E) is known color: Torea Bay. HEX triplet: 26, 32 and 8E. RGB value is (38,50,142). Sum of RGB (Red+Green+Blue) = 38+50+142=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #26328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26328E is #D9CD71. Grayscale: #383838. Windows color (decimal): -14273906 or 9318950. OLE color: 9318950.
HSL color Cylindrical-coordinate representation of color #26328E: hue angle of 233.08º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26328E is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 50 | 142 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.44 |
| HSL | 233.08º | 0.58% | 0.35% | - |
| HSV(B) | 233.08º | 0.73% | 0.56% | - |
| XYZ | 6.82 | 4.65 | 26.13 | - |
| YUV | 56.9 | 176.02 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 142 | 0.73 | 0.65 | 0 | 0.44 | 233.08 | 0.58 | 0.35 |
| Hex | 26 | 32 | 8E | 49 | 41 | 0 | 2C | E9 | 3A | 23 |
| Octal | 46 | 62 | 216 | 111 | 101 | 0 | 54 | 351 | 72 | 43 |
| Binary | 100110 | 110010 | 10001110 | 1001001 | 1000001 | 0 | 101100 | 11101001 | 111010 | 100011 |
Color Harmonies of #26328E
Complementary color
Monochromatic Colors of #26328E
Black with #26328E
Text Example
Text Example
White with #26328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26328E; }
p { color: rgb(38,50,142); }
H1.HeaderClassName
{
color: #26328E;
}
.AnyTagClassName
{
color: #26328E;
}
</style>
background-color css
<style>
a { background-color: #26328E; }
a { background-color: rgb(38,50,142); }
div.DivClassName
{
background-color: #26328E;
}
.BgClassName
{
background-color: #26328E;
}
</style>
border-color css
<style>
span { border-color: #26328E; }
span { border-color: rgb(38,50,142); }
td.TdClassName
{
border-color: #26328E;
}
.TagClassName
{
border-color: #26328E;
}
</style>