Shades of Torea Bay #27307B
Tints of Torea Bay #27307B
RGB
CMYK
RGB Variations
Color information
#27307B (or 0x27307B) is known color: Torea Bay. HEX triplet: 27, 30 and 7B. RGB value is (39,48,123). Sum of RGB (Red+Green+Blue) = 39+48+123=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #27307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27307B is #D8CF84. Grayscale: #353535. Windows color (decimal): -14208901 or 8073255. OLE color: 8073255.
HSL color Cylindrical-coordinate representation of color #27307B: hue angle of 233.57º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27307B is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 48 | 123 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.52 |
| HSL | 233.57º | 0.52% | 0.32% | - |
| HSV(B) | 233.57º | 0.68% | 0.48% | - |
| XYZ | 5.47 | 3.98 | 19.22 | - |
| YUV | 53.86 | 167.02 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 123 | 0.68 | 0.61 | 0 | 0.52 | 233.57 | 0.52 | 0.32 |
| Hex | 27 | 30 | 7B | 44 | 3D | 0 | 34 | EA | 34 | 20 |
| Octal | 47 | 60 | 173 | 104 | 75 | 0 | 64 | 352 | 64 | 40 |
| Binary | 100111 | 110000 | 1111011 | 1000100 | 111101 | 0 | 110100 | 11101010 | 110100 | 100000 |
Color Harmonies of #27307B
Complementary color
Monochromatic Colors of #27307B
Black with #27307B
Text Example
Text Example
White with #27307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27307B; }
p { color: rgb(39,48,123); }
H1.HeaderClassName
{
color: #27307B;
}
.AnyTagClassName
{
color: #27307B;
}
</style>
background-color css
<style>
a { background-color: #27307B; }
a { background-color: rgb(39,48,123); }
div.DivClassName
{
background-color: #27307B;
}
.BgClassName
{
background-color: #27307B;
}
</style>
border-color css
<style>
span { border-color: #27307B; }
span { border-color: rgb(39,48,123); }
td.TdClassName
{
border-color: #27307B;
}
.TagClassName
{
border-color: #27307B;
}
</style>