Shades of Torea Bay #303884
Tints of Torea Bay #303884
RGB
CMYK
RGB Variations
Color information
#303884 (or 0x303884) is known color: Torea Bay. HEX triplet: 30, 38 and 84. RGB value is (48,56,132). Sum of RGB (Red+Green+Blue) = 48+56+132=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #303884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303884 is #CFC77B. Grayscale: #3D3D3D. Windows color (decimal): -13617020 or 8665136. OLE color: 8665136.
HSL color Cylindrical-coordinate representation of color #303884: hue angle of 234.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #303884 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 56 | 132 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.48 |
| HSL | 234.29º | 0.47% | 0.35% | - |
| HSV(B) | 234.29º | 0.64% | 0.52% | - |
| XYZ | 6.8 | 5.12 | 22.46 | - |
| YUV | 62.27 | 167.35 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 132 | 0.64 | 0.58 | 0 | 0.48 | 234.29 | 0.47 | 0.35 |
| Hex | 30 | 38 | 84 | 40 | 3A | 0 | 30 | EA | 2F | 23 |
| Octal | 60 | 70 | 204 | 100 | 72 | 0 | 60 | 352 | 57 | 43 |
| Binary | 110000 | 111000 | 10000100 | 1000000 | 111010 | 0 | 110000 | 11101010 | 101111 | 100011 |
Color Harmonies of #303884
Complementary color
Monochromatic Colors of #303884
Black with #303884
Text Example
Text Example
White with #303884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303884; }
p { color: rgb(48,56,132); }
H1.HeaderClassName
{
color: #303884;
}
.AnyTagClassName
{
color: #303884;
}
</style>
background-color css
<style>
a { background-color: #303884; }
a { background-color: rgb(48,56,132); }
div.DivClassName
{
background-color: #303884;
}
.BgClassName
{
background-color: #303884;
}
</style>
border-color css
<style>
span { border-color: #303884; }
span { border-color: rgb(48,56,132); }
td.TdClassName
{
border-color: #303884;
}
.TagClassName
{
border-color: #303884;
}
</style>