Shades of Torea Bay #263181
Tints of Torea Bay #263181
RGB
CMYK
RGB Variations
Color information
#263181 (or 0x263181) is known color: Torea Bay. HEX triplet: 26, 31 and 81. RGB value is (38,49,129). Sum of RGB (Red+Green+Blue) = 38+49+129=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 129 (50.78% from 255 or 59.72% from 216); Max value from RGB is 129 - color contains mainly: blue. Hex color #263181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263181 is #D9CE7E. Grayscale: #363636. Windows color (decimal): -14274175 or 8466726. OLE color: 8466726.
HSL color Cylindrical-coordinate representation of color #263181: hue angle of 232.75º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #263181 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 49 | 129 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.49 |
| HSL | 232.75º | 0.54% | 0.33% | - |
| HSV(B) | 232.75º | 0.71% | 0.51% | - |
| XYZ | 5.86 | 4.19 | 21.27 | - |
| YUV | 54.83 | 169.86 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 129 | 0.71 | 0.62 | 0 | 0.49 | 232.75 | 0.54 | 0.33 |
| Hex | 26 | 31 | 81 | 47 | 3E | 0 | 31 | E9 | 36 | 21 |
| Octal | 46 | 61 | 201 | 107 | 76 | 0 | 61 | 351 | 66 | 41 |
| Binary | 100110 | 110001 | 10000001 | 1000111 | 111110 | 0 | 110001 | 11101001 | 110110 | 100001 |
Color Harmonies of #263181
Complementary color
Monochromatic Colors of #263181
Black with #263181
Text Example
Text Example
White with #263181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263181; }
p { color: rgb(38,49,129); }
H1.HeaderClassName
{
color: #263181;
}
.AnyTagClassName
{
color: #263181;
}
</style>
background-color css
<style>
a { background-color: #263181; }
a { background-color: rgb(38,49,129); }
div.DivClassName
{
background-color: #263181;
}
.BgClassName
{
background-color: #263181;
}
</style>
border-color css
<style>
span { border-color: #263181; }
span { border-color: rgb(38,49,129); }
td.TdClassName
{
border-color: #263181;
}
.TagClassName
{
border-color: #263181;
}
</style>