Shades of Torea Bay #354182
Tints of Torea Bay #354182
RGB
CMYK
RGB Variations
Color information
#354182 (or 0x354182) is known color: Torea Bay. HEX triplet: 35, 41 and 82. RGB value is (53,65,130). Sum of RGB (Red+Green+Blue) = 53+65+130=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #354182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354182 is #CABE7D. Grayscale: #444444. Windows color (decimal): -13287038 or 8536373. OLE color: 8536373.
HSL color Cylindrical-coordinate representation of color #354182: hue angle of 230.65º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #354182 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 65 | 130 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.49 |
| HSL | 230.65º | 0.42% | 0.36% | - |
| HSV(B) | 230.65º | 0.59% | 0.51% | - |
| XYZ | 7.39 | 6.15 | 21.92 | - |
| YUV | 68.82 | 162.52 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 130 | 0.59 | 0.50 | 0 | 0.49 | 230.65 | 0.42 | 0.36 |
| Hex | 35 | 41 | 82 | 3B | 32 | 0 | 31 | E7 | 2A | 24 |
| Octal | 65 | 101 | 202 | 73 | 62 | 0 | 61 | 347 | 52 | 44 |
| Binary | 110101 | 1000001 | 10000010 | 111011 | 110010 | 0 | 110001 | 11100111 | 101010 | 100100 |
Color Harmonies of #354182
Complementary color
Monochromatic Colors of #354182
Black with #354182
Text Example
Text Example
White with #354182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354182; }
p { color: rgb(53,65,130); }
H1.HeaderClassName
{
color: #354182;
}
.AnyTagClassName
{
color: #354182;
}
</style>
background-color css
<style>
a { background-color: #354182; }
a { background-color: rgb(53,65,130); }
div.DivClassName
{
background-color: #354182;
}
.BgClassName
{
background-color: #354182;
}
</style>
border-color css
<style>
span { border-color: #354182; }
span { border-color: rgb(53,65,130); }
td.TdClassName
{
border-color: #354182;
}
.TagClassName
{
border-color: #354182;
}
</style>