Shades of Torea Bay #262F76
Tints of Torea Bay #262F76
RGB
CMYK
RGB Variations
Color information
#262F76 (or 0x262F76) is known color: Torea Bay. HEX triplet: 26, 2F and 76. RGB value is (38,47,118). Sum of RGB (Red+Green+Blue) = 38+47+118=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #262F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262F76 is #D9D089. Grayscale: #343434. Windows color (decimal): -14274698 or 7745318. OLE color: 7745318.
HSL color Cylindrical-coordinate representation of color #262F76: hue angle of 233.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #262F76 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 47 | 118 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.54 |
| HSL | 233.25º | 0.51% | 0.31% | - |
| HSV(B) | 233.25º | 0.68% | 0.46% | - |
| XYZ | 5.09 | 3.75 | 17.6 | - |
| YUV | 52.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 118 | 0.68 | 0.60 | 0 | 0.54 | 233.25 | 0.51 | 0.31 |
| Hex | 26 | 2F | 76 | 44 | 3C | 0 | 36 | E9 | 33 | 1F |
| Octal | 46 | 57 | 166 | 104 | 74 | 0 | 66 | 351 | 63 | 37 |
| Binary | 100110 | 101111 | 1110110 | 1000100 | 111100 | 0 | 110110 | 11101001 | 110011 | 11111 |
Color Harmonies of #262F76
Complementary color
Monochromatic Colors of #262F76
Black with #262F76
Text Example
Text Example
White with #262F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F76; }
p { color: rgb(38,47,118); }
H1.HeaderClassName
{
color: #262F76;
}
.AnyTagClassName
{
color: #262F76;
}
</style>
background-color css
<style>
a { background-color: #262F76; }
a { background-color: rgb(38,47,118); }
div.DivClassName
{
background-color: #262F76;
}
.BgClassName
{
background-color: #262F76;
}
</style>
border-color css
<style>
span { border-color: #262F76; }
span { border-color: rgb(38,47,118); }
td.TdClassName
{
border-color: #262F76;
}
.TagClassName
{
border-color: #262F76;
}
</style>