Shades of Torea Bay #262D7D
Tints of Torea Bay #262D7D
RGB
CMYK
RGB Variations
Color information
#262D7D (or 0x262D7D) is known color: Torea Bay. HEX triplet: 26, 2D and 7D. RGB value is (38,45,125). Sum of RGB (Red+Green+Blue) = 38+45+125=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #262D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262D7D is #D9D282. Grayscale: #333333. Windows color (decimal): -14275203 or 8203558. OLE color: 8203558.
HSL color Cylindrical-coordinate representation of color #262D7D: hue angle of 235.17º 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 #262D7D is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 45 | 125 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.51 |
| HSL | 235.17º | 0.53% | 0.32% | - |
| HSV(B) | 235.17º | 0.7% | 0.49% | - |
| XYZ | 5.44 | 3.77 | 19.84 | - |
| YUV | 52.03 | 169.18 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 125 | 0.70 | 0.64 | 0 | 0.51 | 235.17 | 0.53 | 0.32 |
| Hex | 26 | 2D | 7D | 46 | 40 | 0 | 33 | EB | 35 | 20 |
| Octal | 46 | 55 | 175 | 106 | 100 | 0 | 63 | 353 | 65 | 40 |
| Binary | 100110 | 101101 | 1111101 | 1000110 | 1000000 | 0 | 110011 | 11101011 | 110101 | 100000 |
Color Harmonies of #262D7D
Complementary color
Monochromatic Colors of #262D7D
Black with #262D7D
Text Example
Text Example
White with #262D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262D7D; }
p { color: rgb(38,45,125); }
H1.HeaderClassName
{
color: #262D7D;
}
.AnyTagClassName
{
color: #262D7D;
}
</style>
background-color css
<style>
a { background-color: #262D7D; }
a { background-color: rgb(38,45,125); }
div.DivClassName
{
background-color: #262D7D;
}
.BgClassName
{
background-color: #262D7D;
}
</style>
border-color css
<style>
span { border-color: #262D7D; }
span { border-color: rgb(38,45,125); }
td.TdClassName
{
border-color: #262D7D;
}
.TagClassName
{
border-color: #262D7D;
}
</style>