Shades of Torea Bay #27308C
Tints of Torea Bay #27308C
RGB
CMYK
RGB Variations
Color information
#27308C (or 0x27308C) is known color: Torea Bay. HEX triplet: 27, 30 and 8C. RGB value is (39,48,140). Sum of RGB (Red+Green+Blue) = 39+48+140=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #27308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27308C is #D8CF73. Grayscale: #373737. Windows color (decimal): -14208884 or 9187367. OLE color: 9187367.
HSL color Cylindrical-coordinate representation of color #27308C: hue angle of 234.65º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27308C is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 48 | 140 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.45 |
| HSL | 234.65º | 0.56% | 0.35% | - |
| HSV(B) | 234.65º | 0.72% | 0.55% | - |
| XYZ | 6.63 | 4.44 | 25.32 | - |
| YUV | 55.8 | 175.52 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 140 | 0.72 | 0.66 | 0 | 0.45 | 234.65 | 0.56 | 0.35 |
| Hex | 27 | 30 | 8C | 48 | 42 | 0 | 2D | EB | 38 | 23 |
| Octal | 47 | 60 | 214 | 110 | 102 | 0 | 55 | 353 | 70 | 43 |
| Binary | 100111 | 110000 | 10001100 | 1001000 | 1000010 | 0 | 101101 | 11101011 | 111000 | 100011 |
Color Harmonies of #27308C
Complementary color
Monochromatic Colors of #27308C
Black with #27308C
Text Example
Text Example
White with #27308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27308C; }
p { color: rgb(39,48,140); }
H1.HeaderClassName
{
color: #27308C;
}
.AnyTagClassName
{
color: #27308C;
}
</style>
background-color css
<style>
a { background-color: #27308C; }
a { background-color: rgb(39,48,140); }
div.DivClassName
{
background-color: #27308C;
}
.BgClassName
{
background-color: #27308C;
}
</style>
border-color css
<style>
span { border-color: #27308C; }
span { border-color: rgb(39,48,140); }
td.TdClassName
{
border-color: #27308C;
}
.TagClassName
{
border-color: #27308C;
}
</style>