Shades of Torea Bay #28348C
Tints of Torea Bay #28348C
RGB
CMYK
RGB Variations
Color information
#28348C (or 0x28348C) is known color: Torea Bay. HEX triplet: 28, 34 and 8C. RGB value is (40,52,140). Sum of RGB (Red+Green+Blue) = 40+52+140=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #28348C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28348C is #D7CB73. Grayscale: #3A3A3A. Windows color (decimal): -14142324 or 9188392. OLE color: 9188392.
HSL color Cylindrical-coordinate representation of color #28348C: hue angle of 232.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28348C is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 52 | 140 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.45 |
| HSL | 232.8º | 0.56% | 0.35% | - |
| HSV(B) | 232.8º | 0.71% | 0.55% | - |
| XYZ | 6.84 | 4.8 | 25.38 | - |
| YUV | 58.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 140 | 0.71 | 0.63 | 0 | 0.45 | 232.8 | 0.56 | 0.35 |
| Hex | 28 | 34 | 8C | 47 | 3F | 0 | 2D | E9 | 38 | 23 |
| Octal | 50 | 64 | 214 | 107 | 77 | 0 | 55 | 351 | 70 | 43 |
| Binary | 101000 | 110100 | 10001100 | 1000111 | 111111 | 0 | 101101 | 11101001 | 111000 | 100011 |
Color Harmonies of #28348C
Complementary color
Monochromatic Colors of #28348C
Black with #28348C
Text Example
Text Example
White with #28348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28348C; }
p { color: rgb(40,52,140); }
H1.HeaderClassName
{
color: #28348C;
}
.AnyTagClassName
{
color: #28348C;
}
</style>
background-color css
<style>
a { background-color: #28348C; }
a { background-color: rgb(40,52,140); }
div.DivClassName
{
background-color: #28348C;
}
.BgClassName
{
background-color: #28348C;
}
</style>
border-color css
<style>
span { border-color: #28348C; }
span { border-color: rgb(40,52,140); }
td.TdClassName
{
border-color: #28348C;
}
.TagClassName
{
border-color: #28348C;
}
</style>