Shades of Torea Bay #262C77
Tints of Torea Bay #262C77
RGB
CMYK
RGB Variations
Color information
#262C77 (or 0x262C77) is known color: Torea Bay. HEX triplet: 26, 2C and 77. RGB value is (38,44,119). Sum of RGB (Red+Green+Blue) = 38+44+119=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #262C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262C77 is #D9D388. Grayscale: #323232. Windows color (decimal): -14275465 or 7810086. OLE color: 7810086.
HSL color Cylindrical-coordinate representation of color #262C77: hue angle of 235.56º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #262C77 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 44 | 119 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.53 |
| HSL | 235.56º | 0.52% | 0.31% | - |
| HSV(B) | 235.56º | 0.68% | 0.47% | - |
| XYZ | 5.03 | 3.55 | 17.87 | - |
| YUV | 50.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 119 | 0.68 | 0.63 | 0 | 0.53 | 235.56 | 0.52 | 0.31 |
| Hex | 26 | 2C | 77 | 44 | 3F | 0 | 35 | EC | 34 | 1F |
| Octal | 46 | 54 | 167 | 104 | 77 | 0 | 65 | 354 | 64 | 37 |
| Binary | 100110 | 101100 | 1110111 | 1000100 | 111111 | 0 | 110101 | 11101100 | 110100 | 11111 |
Color Harmonies of #262C77
Complementary color
Monochromatic Colors of #262C77
Black with #262C77
Text Example
Text Example
White with #262C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C77; }
p { color: rgb(38,44,119); }
H1.HeaderClassName
{
color: #262C77;
}
.AnyTagClassName
{
color: #262C77;
}
</style>
background-color css
<style>
a { background-color: #262C77; }
a { background-color: rgb(38,44,119); }
div.DivClassName
{
background-color: #262C77;
}
.BgClassName
{
background-color: #262C77;
}
</style>
border-color css
<style>
span { border-color: #262C77; }
span { border-color: rgb(38,44,119); }
td.TdClassName
{
border-color: #262C77;
}
.TagClassName
{
border-color: #262C77;
}
</style>