Shades of Torea Bay #26307A
Tints of Torea Bay #26307A
RGB
CMYK
RGB Variations
Color information
#26307A (or 0x26307A) is known color: Torea Bay. HEX triplet: 26, 30 and 7A. RGB value is (38,48,122). Sum of RGB (Red+Green+Blue) = 38+48+122=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #26307A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26307A is #D9CF85. Grayscale: #353535. Windows color (decimal): -14274438 or 8007718. OLE color: 8007718.
HSL color Cylindrical-coordinate representation of color #26307A: hue angle of 232.86º 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 #26307A is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 48 | 122 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.52 |
| HSL | 232.86º | 0.53% | 0.31% | - |
| HSV(B) | 232.86º | 0.69% | 0.48% | - |
| XYZ | 5.37 | 3.93 | 18.89 | - |
| YUV | 53.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 122 | 0.69 | 0.61 | 0 | 0.52 | 232.86 | 0.53 | 0.31 |
| Hex | 26 | 30 | 7A | 45 | 3D | 0 | 34 | E9 | 34 | 1F |
| Octal | 46 | 60 | 172 | 105 | 75 | 0 | 64 | 351 | 64 | 37 |
| Binary | 100110 | 110000 | 1111010 | 1000101 | 111101 | 0 | 110100 | 11101001 | 110100 | 11111 |
Color Harmonies of #26307A
Complementary color
Monochromatic Colors of #26307A
Black with #26307A
Text Example
Text Example
White with #26307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26307A; }
p { color: rgb(38,48,122); }
H1.HeaderClassName
{
color: #26307A;
}
.AnyTagClassName
{
color: #26307A;
}
</style>
background-color css
<style>
a { background-color: #26307A; }
a { background-color: rgb(38,48,122); }
div.DivClassName
{
background-color: #26307A;
}
.BgClassName
{
background-color: #26307A;
}
</style>
border-color css
<style>
span { border-color: #26307A; }
span { border-color: rgb(38,48,122); }
td.TdClassName
{
border-color: #26307A;
}
.TagClassName
{
border-color: #26307A;
}
</style>