Shades of Torea Bay #263184
Tints of Torea Bay #263184
RGB
CMYK
RGB Variations
Color information
#263184 (or 0x263184) is known color: Torea Bay. HEX triplet: 26, 31 and 84. RGB value is (38,49,132). Sum of RGB (Red+Green+Blue) = 38+49+132=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #263184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263184 is #D9CE7B. Grayscale: #363636. Windows color (decimal): -14274172 or 8663334. OLE color: 8663334.
HSL color Cylindrical-coordinate representation of color #263184: hue angle of 232.98º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #263184 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 49 | 132 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.48 |
| HSL | 232.98º | 0.55% | 0.33% | - |
| HSV(B) | 232.98º | 0.71% | 0.52% | - |
| XYZ | 6.06 | 4.27 | 22.34 | - |
| YUV | 55.17 | 171.36 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 132 | 0.71 | 0.63 | 0 | 0.48 | 232.98 | 0.55 | 0.33 |
| Hex | 26 | 31 | 84 | 47 | 3F | 0 | 30 | E9 | 37 | 21 |
| Octal | 46 | 61 | 204 | 107 | 77 | 0 | 60 | 351 | 67 | 41 |
| Binary | 100110 | 110001 | 10000100 | 1000111 | 111111 | 0 | 110000 | 11101001 | 110111 | 100001 |
Color Harmonies of #263184
Complementary color
Monochromatic Colors of #263184
Black with #263184
Text Example
Text Example
White with #263184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263184; }
p { color: rgb(38,49,132); }
H1.HeaderClassName
{
color: #263184;
}
.AnyTagClassName
{
color: #263184;
}
</style>
background-color css
<style>
a { background-color: #263184; }
a { background-color: rgb(38,49,132); }
div.DivClassName
{
background-color: #263184;
}
.BgClassName
{
background-color: #263184;
}
</style>
border-color css
<style>
span { border-color: #263184; }
span { border-color: rgb(38,49,132); }
td.TdClassName
{
border-color: #263184;
}
.TagClassName
{
border-color: #263184;
}
</style>