Shades of Torea Bay #26317F
Tints of Torea Bay #26317F
RGB
CMYK
RGB Variations
Color information
#26317F (or 0x26317F) is known color: Torea Bay. HEX triplet: 26, 31 and 7F. RGB value is (38,49,127). Sum of RGB (Red+Green+Blue) = 38+49+127=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #26317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26317F is #D9CE80. Grayscale: #363636. Windows color (decimal): -14274177 or 8335654. OLE color: 8335654.
HSL color Cylindrical-coordinate representation of color #26317F: hue angle of 232.58º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26317F is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 49 | 127 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.50 |
| HSL | 232.58º | 0.54% | 0.32% | - |
| HSV(B) | 232.58º | 0.7% | 0.5% | - |
| XYZ | 5.73 | 4.14 | 20.58 | - |
| YUV | 54.6 | 168.86 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 127 | 0.70 | 0.61 | 0 | 0.50 | 232.58 | 0.54 | 0.32 |
| Hex | 26 | 31 | 7F | 46 | 3D | 0 | 32 | E9 | 36 | 20 |
| Octal | 46 | 61 | 177 | 106 | 75 | 0 | 62 | 351 | 66 | 40 |
| Binary | 100110 | 110001 | 1111111 | 1000110 | 111101 | 0 | 110010 | 11101001 | 110110 | 100000 |
Color Harmonies of #26317F
Complementary color
Monochromatic Colors of #26317F
Black with #26317F
Text Example
Text Example
White with #26317F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26317F; }
p { color: rgb(38,49,127); }
H1.HeaderClassName
{
color: #26317F;
}
.AnyTagClassName
{
color: #26317F;
}
</style>
background-color css
<style>
a { background-color: #26317F; }
a { background-color: rgb(38,49,127); }
div.DivClassName
{
background-color: #26317F;
}
.BgClassName
{
background-color: #26317F;
}
</style>
border-color css
<style>
span { border-color: #26317F; }
span { border-color: rgb(38,49,127); }
td.TdClassName
{
border-color: #26317F;
}
.TagClassName
{
border-color: #26317F;
}
</style>