Shades of Torea Bay #28308C
Tints of Torea Bay #28308C
RGB
CMYK
RGB Variations
Color information
#28308C (or 0x28308C) is known color: Torea Bay. HEX triplet: 28, 30 and 8C. RGB value is (40,48,140). Sum of RGB (Red+Green+Blue) = 40+48+140=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #28308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28308C is #D7CF73. Grayscale: #373737. Windows color (decimal): -14143348 or 9187368. OLE color: 9187368.
HSL color Cylindrical-coordinate representation of color #28308C: hue angle of 235.2º 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 #28308C is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 48 | 140 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.45 |
| HSL | 235.2º | 0.56% | 0.35% | - |
| HSV(B) | 235.2º | 0.71% | 0.55% | - |
| XYZ | 6.67 | 4.46 | 25.32 | - |
| YUV | 56.1 | 175.35 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 48 | 140 | 0.71 | 0.66 | 0 | 0.45 | 235.2 | 0.56 | 0.35 |
| Hex | 28 | 30 | 8C | 47 | 42 | 0 | 2D | EB | 38 | 23 |
| Octal | 50 | 60 | 214 | 107 | 102 | 0 | 55 | 353 | 70 | 43 |
| Binary | 101000 | 110000 | 10001100 | 1000111 | 1000010 | 0 | 101101 | 11101011 | 111000 | 100011 |
Color Harmonies of #28308C
Complementary color
Monochromatic Colors of #28308C
Black with #28308C
Text Example
Text Example
White with #28308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28308C; }
p { color: rgb(40,48,140); }
H1.HeaderClassName
{
color: #28308C;
}
.AnyTagClassName
{
color: #28308C;
}
</style>
background-color css
<style>
a { background-color: #28308C; }
a { background-color: rgb(40,48,140); }
div.DivClassName
{
background-color: #28308C;
}
.BgClassName
{
background-color: #28308C;
}
</style>
border-color css
<style>
span { border-color: #28308C; }
span { border-color: rgb(40,48,140); }
td.TdClassName
{
border-color: #28308C;
}
.TagClassName
{
border-color: #28308C;
}
</style>