Shades of Torea Bay #293383
Tints of Torea Bay #293383
RGB
CMYK
RGB Variations
Color information
#293383 (or 0x293383) is known color: Torea Bay. HEX triplet: 29, 33 and 83. RGB value is (41,51,131). Sum of RGB (Red+Green+Blue) = 41+51+131=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #293383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293383 is #D6CC7C. Grayscale: #383838. Windows color (decimal): -14077053 or 8598313. OLE color: 8598313.
HSL color Cylindrical-coordinate representation of color #293383: hue angle of 233.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #293383 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 51 | 131 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.49 |
| HSL | 233.33º | 0.52% | 0.34% | - |
| HSV(B) | 233.33º | 0.69% | 0.51% | - |
| XYZ | 6.2 | 4.48 | 22.01 | - |
| YUV | 57.13 | 169.69 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 131 | 0.69 | 0.61 | 0 | 0.49 | 233.33 | 0.52 | 0.34 |
| Hex | 29 | 33 | 83 | 45 | 3D | 0 | 31 | E9 | 34 | 22 |
| Octal | 51 | 63 | 203 | 105 | 75 | 0 | 61 | 351 | 64 | 42 |
| Binary | 101001 | 110011 | 10000011 | 1000101 | 111101 | 0 | 110001 | 11101001 | 110100 | 100010 |
Color Harmonies of #293383
Complementary color
Monochromatic Colors of #293383
Black with #293383
Text Example
Text Example
White with #293383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293383; }
p { color: rgb(41,51,131); }
H1.HeaderClassName
{
color: #293383;
}
.AnyTagClassName
{
color: #293383;
}
</style>
background-color css
<style>
a { background-color: #293383; }
a { background-color: rgb(41,51,131); }
div.DivClassName
{
background-color: #293383;
}
.BgClassName
{
background-color: #293383;
}
</style>
border-color css
<style>
span { border-color: #293383; }
span { border-color: rgb(41,51,131); }
td.TdClassName
{
border-color: #293383;
}
.TagClassName
{
border-color: #293383;
}
</style>