Shades of Torea Bay #263180
Tints of Torea Bay #263180
RGB
CMYK
RGB Variations
Color information
#263180 (or 0x263180) is known color: Torea Bay. HEX triplet: 26, 31 and 80. RGB value is (38,49,128). Sum of RGB (Red+Green+Blue) = 38+49+128=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 128 (50.39% from 255 or 59.53% from 215); Max value from RGB is 128 - color contains mainly: blue. Hex color #263180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263180 is #D9CE7F. Grayscale: #363636. Windows color (decimal): -14274176 or 8401190. OLE color: 8401190.
HSL color Cylindrical-coordinate representation of color #263180: hue angle of 232.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #263180 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 49 | 128 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.50 |
| HSL | 232.67º | 0.54% | 0.33% | - |
| HSV(B) | 232.67º | 0.7% | 0.5% | - |
| XYZ | 5.79 | 4.17 | 20.92 | - |
| YUV | 54.72 | 169.36 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 128 | 0.70 | 0.62 | 0 | 0.50 | 232.67 | 0.54 | 0.33 |
| Hex | 26 | 31 | 80 | 46 | 3E | 0 | 32 | E9 | 36 | 21 |
| Octal | 46 | 61 | 200 | 106 | 76 | 0 | 62 | 351 | 66 | 41 |
| Binary | 100110 | 110001 | 10000000 | 1000110 | 111110 | 0 | 110010 | 11101001 | 110110 | 100001 |
Color Harmonies of #263180
Complementary color
Monochromatic Colors of #263180
Black with #263180
Text Example
Text Example
White with #263180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263180; }
p { color: rgb(38,49,128); }
H1.HeaderClassName
{
color: #263180;
}
.AnyTagClassName
{
color: #263180;
}
</style>
background-color css
<style>
a { background-color: #263180; }
a { background-color: rgb(38,49,128); }
div.DivClassName
{
background-color: #263180;
}
.BgClassName
{
background-color: #263180;
}
</style>
border-color css
<style>
span { border-color: #263180; }
span { border-color: rgb(38,49,128); }
td.TdClassName
{
border-color: #263180;
}
.TagClassName
{
border-color: #263180;
}
</style>