Shades of Torea Bay #27307C
Tints of Torea Bay #27307C
RGB
CMYK
RGB Variations
Color information
#27307C (or 0x27307C) is known color: Torea Bay. HEX triplet: 27, 30 and 7C. RGB value is (39,48,124). Sum of RGB (Red+Green+Blue) = 39+48+124=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #27307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27307C is #D8CF83. Grayscale: #353535. Windows color (decimal): -14208900 or 8138791. OLE color: 8138791.
HSL color Cylindrical-coordinate representation of color #27307C: hue angle of 233.65º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27307C is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 48 | 124 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.51 |
| HSL | 233.65º | 0.52% | 0.32% | - |
| HSV(B) | 233.65º | 0.69% | 0.49% | - |
| XYZ | 5.53 | 4 | 19.55 | - |
| YUV | 53.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 124 | 0.69 | 0.61 | 0 | 0.51 | 233.65 | 0.52 | 0.32 |
| Hex | 27 | 30 | 7C | 45 | 3D | 0 | 33 | EA | 34 | 20 |
| Octal | 47 | 60 | 174 | 105 | 75 | 0 | 63 | 352 | 64 | 40 |
| Binary | 100111 | 110000 | 1111100 | 1000101 | 111101 | 0 | 110011 | 11101010 | 110100 | 100000 |
Color Harmonies of #27307C
Complementary color
Monochromatic Colors of #27307C
Black with #27307C
Text Example
Text Example
White with #27307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27307C; }
p { color: rgb(39,48,124); }
H1.HeaderClassName
{
color: #27307C;
}
.AnyTagClassName
{
color: #27307C;
}
</style>
background-color css
<style>
a { background-color: #27307C; }
a { background-color: rgb(39,48,124); }
div.DivClassName
{
background-color: #27307C;
}
.BgClassName
{
background-color: #27307C;
}
</style>
border-color css
<style>
span { border-color: #27307C; }
span { border-color: rgb(39,48,124); }
td.TdClassName
{
border-color: #27307C;
}
.TagClassName
{
border-color: #27307C;
}
</style>