Shades of Torea Bay #30327F
Tints of Torea Bay #30327F
RGB
CMYK
RGB Variations
Color information
#30327F (or 0x30327F) is known color: Torea Bay. HEX triplet: 30, 32 and 7F. RGB value is (48,50,127). Sum of RGB (Red+Green+Blue) = 48+50+127=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #30327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30327F is #CFCD80. Grayscale: #393939. Windows color (decimal): -13618561 or 8335920. OLE color: 8335920.
HSL color Cylindrical-coordinate representation of color #30327F: hue angle of 238.48º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30327F is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 50 | 127 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.50 |
| HSL | 238.48º | 0.45% | 0.34% | - |
| HSV(B) | 238.48º | 0.62% | 0.5% | - |
| XYZ | 6.19 | 4.44 | 20.61 | - |
| YUV | 58.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 127 | 0.62 | 0.61 | 0 | 0.50 | 238.48 | 0.45 | 0.34 |
| Hex | 30 | 32 | 7F | 3E | 3D | 0 | 32 | EE | 2D | 22 |
| Octal | 60 | 62 | 177 | 76 | 75 | 0 | 62 | 356 | 55 | 42 |
| Binary | 110000 | 110010 | 1111111 | 111110 | 111101 | 0 | 110010 | 11101110 | 101101 | 100010 |
Color Harmonies of #30327F
Complementary color
Monochromatic Colors of #30327F
Black with #30327F
Text Example
Text Example
White with #30327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30327F; }
p { color: rgb(48,50,127); }
H1.HeaderClassName
{
color: #30327F;
}
.AnyTagClassName
{
color: #30327F;
}
</style>
background-color css
<style>
a { background-color: #30327F; }
a { background-color: rgb(48,50,127); }
div.DivClassName
{
background-color: #30327F;
}
.BgClassName
{
background-color: #30327F;
}
</style>
border-color css
<style>
span { border-color: #30327F; }
span { border-color: rgb(48,50,127); }
td.TdClassName
{
border-color: #30327F;
}
.TagClassName
{
border-color: #30327F;
}
</style>