Shades of Torea Bay #26317D
Tints of Torea Bay #26317D
RGB
CMYK
RGB Variations
Color information
#26317D (or 0x26317D) is known color: Torea Bay. HEX triplet: 26, 31 and 7D. RGB value is (38,49,125). Sum of RGB (Red+Green+Blue) = 38+49+125=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #26317D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26317D is #D9CE82. Grayscale: #363636. Windows color (decimal): -14274179 or 8204582. OLE color: 8204582.
HSL color Cylindrical-coordinate representation of color #26317D: hue angle of 232.41º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26317D is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 49 | 125 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.51 |
| HSL | 232.41º | 0.53% | 0.32% | - |
| HSV(B) | 232.41º | 0.7% | 0.49% | - |
| XYZ | 5.6 | 4.09 | 19.9 | - |
| YUV | 54.38 | 167.86 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 125 | 0.70 | 0.61 | 0 | 0.51 | 232.41 | 0.53 | 0.32 |
| Hex | 26 | 31 | 7D | 46 | 3D | 0 | 33 | E8 | 35 | 20 |
| Octal | 46 | 61 | 175 | 106 | 75 | 0 | 63 | 350 | 65 | 40 |
| Binary | 100110 | 110001 | 1111101 | 1000110 | 111101 | 0 | 110011 | 11101000 | 110101 | 100000 |
Color Harmonies of #26317D
Complementary color
Monochromatic Colors of #26317D
Black with #26317D
Text Example
Text Example
White with #26317D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26317D; }
p { color: rgb(38,49,125); }
H1.HeaderClassName
{
color: #26317D;
}
.AnyTagClassName
{
color: #26317D;
}
</style>
background-color css
<style>
a { background-color: #26317D; }
a { background-color: rgb(38,49,125); }
div.DivClassName
{
background-color: #26317D;
}
.BgClassName
{
background-color: #26317D;
}
</style>
border-color css
<style>
span { border-color: #26317D; }
span { border-color: rgb(38,49,125); }
td.TdClassName
{
border-color: #26317D;
}
.TagClassName
{
border-color: #26317D;
}
</style>