Shades of Torea Bay #262C7A
Tints of Torea Bay #262C7A
RGB
CMYK
RGB Variations
Color information
#262C7A (or 0x262C7A) is known color: Torea Bay. HEX triplet: 26, 2C and 7A. RGB value is (38,44,122). Sum of RGB (Red+Green+Blue) = 38+44+122=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #262C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262C7A is #D9D385. Grayscale: #323232. Windows color (decimal): -14275462 or 8006694. OLE color: 8006694.
HSL color Cylindrical-coordinate representation of color #262C7A: hue angle of 235.71º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #262C7A is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 44 | 122 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.52 |
| HSL | 235.71º | 0.53% | 0.31% | - |
| HSV(B) | 235.71º | 0.69% | 0.48% | - |
| XYZ | 5.21 | 3.62 | 18.84 | - |
| YUV | 51.1 | 168.01 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 122 | 0.69 | 0.64 | 0 | 0.52 | 235.71 | 0.53 | 0.31 |
| Hex | 26 | 2C | 7A | 45 | 40 | 0 | 34 | EC | 34 | 1F |
| Octal | 46 | 54 | 172 | 105 | 100 | 0 | 64 | 354 | 64 | 37 |
| Binary | 100110 | 101100 | 1111010 | 1000101 | 1000000 | 0 | 110100 | 11101100 | 110100 | 11111 |
Color Harmonies of #262C7A
Complementary color
Monochromatic Colors of #262C7A
Black with #262C7A
Text Example
Text Example
White with #262C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C7A; }
p { color: rgb(38,44,122); }
H1.HeaderClassName
{
color: #262C7A;
}
.AnyTagClassName
{
color: #262C7A;
}
</style>
background-color css
<style>
a { background-color: #262C7A; }
a { background-color: rgb(38,44,122); }
div.DivClassName
{
background-color: #262C7A;
}
.BgClassName
{
background-color: #262C7A;
}
</style>
border-color css
<style>
span { border-color: #262C7A; }
span { border-color: rgb(38,44,122); }
td.TdClassName
{
border-color: #262C7A;
}
.TagClassName
{
border-color: #262C7A;
}
</style>