Shades of Torea Bay #25318E
Tints of Torea Bay #25318E
RGB
CMYK
RGB Variations
Color information
#25318E (or 0x25318E) is known color: Torea Bay. HEX triplet: 25, 31 and 8E. RGB value is (37,49,142). Sum of RGB (Red+Green+Blue) = 37+49+142=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #25318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25318E is #DACE71. Grayscale: #373737. Windows color (decimal): -14339698 or 9318693. OLE color: 9318693.
HSL color Cylindrical-coordinate representation of color #25318E: hue angle of 233.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25318E is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 49 | 142 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.44 |
| HSL | 233.14º | 0.59% | 0.35% | - |
| HSV(B) | 233.14º | 0.74% | 0.56% | - |
| XYZ | 6.74 | 4.54 | 26.11 | - |
| YUV | 56.01 | 176.52 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 142 | 0.74 | 0.65 | 0 | 0.44 | 233.14 | 0.59 | 0.35 |
| Hex | 25 | 31 | 8E | 4A | 41 | 0 | 2C | E9 | 3B | 23 |
| Octal | 45 | 61 | 216 | 112 | 101 | 0 | 54 | 351 | 73 | 43 |
| Binary | 100101 | 110001 | 10001110 | 1001010 | 1000001 | 0 | 101100 | 11101001 | 111011 | 100011 |
Color Harmonies of #25318E
Complementary color
Monochromatic Colors of #25318E
Black with #25318E
Text Example
Text Example
White with #25318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25318E; }
p { color: rgb(37,49,142); }
H1.HeaderClassName
{
color: #25318E;
}
.AnyTagClassName
{
color: #25318E;
}
</style>
background-color css
<style>
a { background-color: #25318E; }
a { background-color: rgb(37,49,142); }
div.DivClassName
{
background-color: #25318E;
}
.BgClassName
{
background-color: #25318E;
}
</style>
border-color css
<style>
span { border-color: #25318E; }
span { border-color: rgb(37,49,142); }
td.TdClassName
{
border-color: #25318E;
}
.TagClassName
{
border-color: #25318E;
}
</style>