Shades of Torea Bay #28348A
Tints of Torea Bay #28348A
RGB
CMYK
RGB Variations
Color information
#28348A (or 0x28348A) is known color: Torea Bay. HEX triplet: 28, 34 and 8A. RGB value is (40,52,138). Sum of RGB (Red+Green+Blue) = 40+52+138=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #28348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28348A is #D7CB75. Grayscale: #393939. Windows color (decimal): -14142326 or 9057320. OLE color: 9057320.
HSL color Cylindrical-coordinate representation of color #28348A: hue angle of 232.65º 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 #28348A is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 52 | 138 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.46 |
| HSL | 232.65º | 0.55% | 0.35% | - |
| HSV(B) | 232.65º | 0.71% | 0.54% | - |
| XYZ | 6.69 | 4.74 | 24.61 | - |
| YUV | 58.22 | 173.02 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 138 | 0.71 | 0.62 | 0 | 0.46 | 232.65 | 0.55 | 0.35 |
| Hex | 28 | 34 | 8A | 47 | 3E | 0 | 2E | E9 | 37 | 23 |
| Octal | 50 | 64 | 212 | 107 | 76 | 0 | 56 | 351 | 67 | 43 |
| Binary | 101000 | 110100 | 10001010 | 1000111 | 111110 | 0 | 101110 | 11101001 | 110111 | 100011 |
Color Harmonies of #28348A
Complementary color
Monochromatic Colors of #28348A
Black with #28348A
Text Example
Text Example
White with #28348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28348A; }
p { color: rgb(40,52,138); }
H1.HeaderClassName
{
color: #28348A;
}
.AnyTagClassName
{
color: #28348A;
}
</style>
background-color css
<style>
a { background-color: #28348A; }
a { background-color: rgb(40,52,138); }
div.DivClassName
{
background-color: #28348A;
}
.BgClassName
{
background-color: #28348A;
}
</style>
border-color css
<style>
span { border-color: #28348A; }
span { border-color: rgb(40,52,138); }
td.TdClassName
{
border-color: #28348A;
}
.TagClassName
{
border-color: #28348A;
}
</style>