Shades of Torea Bay #27307D
Tints of Torea Bay #27307D
RGB
CMYK
RGB Variations
Color information
#27307D (or 0x27307D) is known color: Torea Bay. HEX triplet: 27, 30 and 7D. RGB value is (39,48,125). Sum of RGB (Red+Green+Blue) = 39+48+125=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #27307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27307D is #D8CF82. Grayscale: #353535. Windows color (decimal): -14208899 or 8204327. OLE color: 8204327.
HSL color Cylindrical-coordinate representation of color #27307D: hue angle of 233.72º 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 #27307D is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 48 | 125 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.51 |
| HSL | 233.72º | 0.52% | 0.32% | - |
| HSV(B) | 233.72º | 0.69% | 0.49% | - |
| XYZ | 5.6 | 4.03 | 19.88 | - |
| YUV | 54.09 | 168.02 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 125 | 0.69 | 0.62 | 0 | 0.51 | 233.72 | 0.52 | 0.32 |
| Hex | 27 | 30 | 7D | 45 | 3E | 0 | 33 | EA | 34 | 20 |
| Octal | 47 | 60 | 175 | 105 | 76 | 0 | 63 | 352 | 64 | 40 |
| Binary | 100111 | 110000 | 1111101 | 1000101 | 111110 | 0 | 110011 | 11101010 | 110100 | 100000 |
Color Harmonies of #27307D
Complementary color
Monochromatic Colors of #27307D
Black with #27307D
Text Example
Text Example
White with #27307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27307D; }
p { color: rgb(39,48,125); }
H1.HeaderClassName
{
color: #27307D;
}
.AnyTagClassName
{
color: #27307D;
}
</style>
background-color css
<style>
a { background-color: #27307D; }
a { background-color: rgb(39,48,125); }
div.DivClassName
{
background-color: #27307D;
}
.BgClassName
{
background-color: #27307D;
}
</style>
border-color css
<style>
span { border-color: #27307D; }
span { border-color: rgb(39,48,125); }
td.TdClassName
{
border-color: #27307D;
}
.TagClassName
{
border-color: #27307D;
}
</style>