Shades of Torea Bay #28338A
Tints of Torea Bay #28338A
RGB
CMYK
RGB Variations
Color information
#28338A (or 0x28338A) is known color: Torea Bay. HEX triplet: 28, 33 and 8A. RGB value is (40,51,138). Sum of RGB (Red+Green+Blue) = 40+51+138=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 138 (54.30% from 255 or 60.26% from 229); Max value from RGB is 138 - color contains mainly: blue. Hex color #28338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28338A is #D7CC75. Grayscale: #393939. Windows color (decimal): -14142582 or 9057064. OLE color: 9057064.
HSL color Cylindrical-coordinate representation of color #28338A: hue angle of 233.27º 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 #28338A is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 51 | 138 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.46 |
| HSL | 233.27º | 0.55% | 0.35% | - |
| HSV(B) | 233.27º | 0.71% | 0.54% | - |
| XYZ | 6.65 | 4.65 | 24.59 | - |
| YUV | 57.63 | 173.36 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 138 | 0.71 | 0.63 | 0 | 0.46 | 233.27 | 0.55 | 0.35 |
| Hex | 28 | 33 | 8A | 47 | 3F | 0 | 2E | E9 | 37 | 23 |
| Octal | 50 | 63 | 212 | 107 | 77 | 0 | 56 | 351 | 67 | 43 |
| Binary | 101000 | 110011 | 10001010 | 1000111 | 111111 | 0 | 101110 | 11101001 | 110111 | 100011 |
Color Harmonies of #28338A
Complementary color
Monochromatic Colors of #28338A
Black with #28338A
Text Example
Text Example
White with #28338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28338A; }
p { color: rgb(40,51,138); }
H1.HeaderClassName
{
color: #28338A;
}
.AnyTagClassName
{
color: #28338A;
}
</style>
background-color css
<style>
a { background-color: #28338A; }
a { background-color: rgb(40,51,138); }
div.DivClassName
{
background-color: #28338A;
}
.BgClassName
{
background-color: #28338A;
}
</style>
border-color css
<style>
span { border-color: #28338A; }
span { border-color: rgb(40,51,138); }
td.TdClassName
{
border-color: #28338A;
}
.TagClassName
{
border-color: #28338A;
}
</style>