Shades of Torea Bay #28338C
Tints of Torea Bay #28338C
RGB
CMYK
RGB Variations
Color information
#28338C (or 0x28338C) is known color: Torea Bay. HEX triplet: 28, 33 and 8C. RGB value is (40,51,140). Sum of RGB (Red+Green+Blue) = 40+51+140=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #28338C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28338C is #D7CC73. Grayscale: #393939. Windows color (decimal): -14142580 or 9188136. OLE color: 9188136.
HSL color Cylindrical-coordinate representation of color #28338C: hue angle of 233.4º 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 #28338C is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 51 | 140 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.45 |
| HSL | 233.4º | 0.56% | 0.35% | - |
| HSV(B) | 233.4º | 0.71% | 0.55% | - |
| XYZ | 6.79 | 4.71 | 25.36 | - |
| YUV | 57.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 140 | 0.71 | 0.64 | 0 | 0.45 | 233.4 | 0.56 | 0.35 |
| Hex | 28 | 33 | 8C | 47 | 40 | 0 | 2D | E9 | 38 | 23 |
| Octal | 50 | 63 | 214 | 107 | 100 | 0 | 55 | 351 | 70 | 43 |
| Binary | 101000 | 110011 | 10001100 | 1000111 | 1000000 | 0 | 101101 | 11101001 | 111000 | 100011 |
Color Harmonies of #28338C
Complementary color
Monochromatic Colors of #28338C
Black with #28338C
Text Example
Text Example
White with #28338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28338C; }
p { color: rgb(40,51,140); }
H1.HeaderClassName
{
color: #28338C;
}
.AnyTagClassName
{
color: #28338C;
}
</style>
background-color css
<style>
a { background-color: #28338C; }
a { background-color: rgb(40,51,140); }
div.DivClassName
{
background-color: #28338C;
}
.BgClassName
{
background-color: #28338C;
}
</style>
border-color css
<style>
span { border-color: #28338C; }
span { border-color: rgb(40,51,140); }
td.TdClassName
{
border-color: #28338C;
}
.TagClassName
{
border-color: #28338C;
}
</style>