Shades of Torea Bay #28328A
Tints of Torea Bay #28328A
RGB
CMYK
RGB Variations
Color information
#28328A (or 0x28328A) is known color: Torea Bay. HEX triplet: 28, 32 and 8A. RGB value is (40,50,138). Sum of RGB (Red+Green+Blue) = 40+50+138=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 138 (54.30% from 255 or 60.53% from 228); Max value from RGB is 138 - color contains mainly: blue. Hex color #28328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28328A is #D7CD75. Grayscale: #383838. Windows color (decimal): -14142838 or 9056808. OLE color: 9056808.
HSL color Cylindrical-coordinate representation of color #28328A: hue angle of 233.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28328A is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 50 | 138 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.46 |
| HSL | 233.88º | 0.55% | 0.35% | - |
| HSV(B) | 233.88º | 0.71% | 0.54% | - |
| XYZ | 6.6 | 4.57 | 24.58 | - |
| YUV | 57.04 | 173.69 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 138 | 0.71 | 0.64 | 0 | 0.46 | 233.88 | 0.55 | 0.35 |
| Hex | 28 | 32 | 8A | 47 | 40 | 0 | 2E | EA | 37 | 23 |
| Octal | 50 | 62 | 212 | 107 | 100 | 0 | 56 | 352 | 67 | 43 |
| Binary | 101000 | 110010 | 10001010 | 1000111 | 1000000 | 0 | 101110 | 11101010 | 110111 | 100011 |
Color Harmonies of #28328A
Complementary color
Monochromatic Colors of #28328A
Black with #28328A
Text Example
Text Example
White with #28328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28328A; }
p { color: rgb(40,50,138); }
H1.HeaderClassName
{
color: #28328A;
}
.AnyTagClassName
{
color: #28328A;
}
</style>
background-color css
<style>
a { background-color: #28328A; }
a { background-color: rgb(40,50,138); }
div.DivClassName
{
background-color: #28328A;
}
.BgClassName
{
background-color: #28328A;
}
</style>
border-color css
<style>
span { border-color: #28328A; }
span { border-color: rgb(40,50,138); }
td.TdClassName
{
border-color: #28328A;
}
.TagClassName
{
border-color: #28328A;
}
</style>