Shades of Torea Bay #262E7D
Tints of Torea Bay #262E7D
RGB
CMYK
RGB Variations
Color information
#262E7D (or 0x262E7D) is known color: Torea Bay. HEX triplet: 26, 2E and 7D. RGB value is (38,46,125). Sum of RGB (Red+Green+Blue) = 38+46+125=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #262E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262E7D is #D9D182. Grayscale: #343434. Windows color (decimal): -14274947 or 8203814. OLE color: 8203814.
HSL color Cylindrical-coordinate representation of color #262E7D: hue angle of 234.48º 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 #262E7D is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 46 | 125 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.51 |
| HSL | 234.48º | 0.53% | 0.32% | - |
| HSV(B) | 234.48º | 0.7% | 0.49% | - |
| XYZ | 5.48 | 3.85 | 19.86 | - |
| YUV | 52.61 | 168.85 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 125 | 0.70 | 0.63 | 0 | 0.51 | 234.48 | 0.53 | 0.32 |
| Hex | 26 | 2E | 7D | 46 | 3F | 0 | 33 | EA | 35 | 20 |
| Octal | 46 | 56 | 175 | 106 | 77 | 0 | 63 | 352 | 65 | 40 |
| Binary | 100110 | 101110 | 1111101 | 1000110 | 111111 | 0 | 110011 | 11101010 | 110101 | 100000 |
Color Harmonies of #262E7D
Complementary color
Monochromatic Colors of #262E7D
Black with #262E7D
Text Example
Text Example
White with #262E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E7D; }
p { color: rgb(38,46,125); }
H1.HeaderClassName
{
color: #262E7D;
}
.AnyTagClassName
{
color: #262E7D;
}
</style>
background-color css
<style>
a { background-color: #262E7D; }
a { background-color: rgb(38,46,125); }
div.DivClassName
{
background-color: #262E7D;
}
.BgClassName
{
background-color: #262E7D;
}
</style>
border-color css
<style>
span { border-color: #262E7D; }
span { border-color: rgb(38,46,125); }
td.TdClassName
{
border-color: #262E7D;
}
.TagClassName
{
border-color: #262E7D;
}
</style>