Shades of Torea Bay #2B327C
Tints of Torea Bay #2B327C
RGB
CMYK
RGB Variations
Color information
#2B327C (or 0x2B327C) is known color: Torea Bay. HEX triplet: 2B, 32 and 7C. RGB value is (43,50,124). Sum of RGB (Red+Green+Blue) = 43+50+124=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B327C is #D4CD83. Grayscale: #383838. Windows color (decimal): -13946244 or 8139307. OLE color: 8139307.
HSL color Cylindrical-coordinate representation of color #2B327C: hue angle of 234.81º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B327C is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 50 | 124 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.51 |
| HSL | 234.81º | 0.49% | 0.33% | - |
| HSV(B) | 234.81º | 0.65% | 0.49% | - |
| XYZ | 5.77 | 4.25 | 19.58 | - |
| YUV | 56.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 124 | 0.65 | 0.60 | 0 | 0.51 | 234.81 | 0.49 | 0.33 |
| Hex | 2B | 32 | 7C | 41 | 3C | 0 | 33 | EB | 31 | 21 |
| Octal | 53 | 62 | 174 | 101 | 74 | 0 | 63 | 353 | 61 | 41 |
| Binary | 101011 | 110010 | 1111100 | 1000001 | 111100 | 0 | 110011 | 11101011 | 110001 | 100001 |
Color Harmonies of #2B327C
Complementary color
Monochromatic Colors of #2B327C
Black with #2B327C
Text Example
Text Example
White with #2B327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B327C; }
p { color: rgb(43,50,124); }
H1.HeaderClassName
{
color: #2B327C;
}
.AnyTagClassName
{
color: #2B327C;
}
</style>
background-color css
<style>
a { background-color: #2B327C; }
a { background-color: rgb(43,50,124); }
div.DivClassName
{
background-color: #2B327C;
}
.BgClassName
{
background-color: #2B327C;
}
</style>
border-color css
<style>
span { border-color: #2B327C; }
span { border-color: rgb(43,50,124); }
td.TdClassName
{
border-color: #2B327C;
}
.TagClassName
{
border-color: #2B327C;
}
</style>