Shades of Torea Bay #26317C
Tints of Torea Bay #26317C
RGB
CMYK
RGB Variations
Color information
#26317C (or 0x26317C) is known color: Torea Bay. HEX triplet: 26, 31 and 7C. RGB value is (38,49,124). Sum of RGB (Red+Green+Blue) = 38+49+124=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #26317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26317C is #D9CE83. Grayscale: #353535. Windows color (decimal): -14274180 or 8139046. OLE color: 8139046.
HSL color Cylindrical-coordinate representation of color #26317C: hue angle of 232.33º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26317C is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 49 | 124 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.51 |
| HSL | 232.33º | 0.53% | 0.32% | - |
| HSV(B) | 232.33º | 0.69% | 0.49% | - |
| XYZ | 5.54 | 4.06 | 19.56 | - |
| YUV | 54.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 124 | 0.69 | 0.60 | 0 | 0.51 | 232.33 | 0.53 | 0.32 |
| Hex | 26 | 31 | 7C | 45 | 3C | 0 | 33 | E8 | 35 | 20 |
| Octal | 46 | 61 | 174 | 105 | 74 | 0 | 63 | 350 | 65 | 40 |
| Binary | 100110 | 110001 | 1111100 | 1000101 | 111100 | 0 | 110011 | 11101000 | 110101 | 100000 |
Color Harmonies of #26317C
Complementary color
Monochromatic Colors of #26317C
Black with #26317C
Text Example
Text Example
White with #26317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26317C; }
p { color: rgb(38,49,124); }
H1.HeaderClassName
{
color: #26317C;
}
.AnyTagClassName
{
color: #26317C;
}
</style>
background-color css
<style>
a { background-color: #26317C; }
a { background-color: rgb(38,49,124); }
div.DivClassName
{
background-color: #26317C;
}
.BgClassName
{
background-color: #26317C;
}
</style>
border-color css
<style>
span { border-color: #26317C; }
span { border-color: rgb(38,49,124); }
td.TdClassName
{
border-color: #26317C;
}
.TagClassName
{
border-color: #26317C;
}
</style>