Shades of Torea Bay #25318F
Tints of Torea Bay #25318F
RGB
CMYK
RGB Variations
Color information
#25318F (or 0x25318F) is known color: Torea Bay. HEX triplet: 25, 31 and 8F. RGB value is (37,49,143). Sum of RGB (Red+Green+Blue) = 37+49+143=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 143 (56.25% from 255 or 62.45% from 229); Max value from RGB is 143 - color contains mainly: blue. Hex color #25318F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25318F is #DACE70. Grayscale: #373737. Windows color (decimal): -14339697 or 9384229. OLE color: 9384229.
HSL color Cylindrical-coordinate representation of color #25318F: hue angle of 233.21º 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 #25318F is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 49 | 143 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.44 |
| HSL | 233.21º | 0.59% | 0.35% | - |
| HSV(B) | 233.21º | 0.74% | 0.56% | - |
| XYZ | 6.82 | 4.57 | 26.51 | - |
| YUV | 56.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 143 | 0.74 | 0.66 | 0 | 0.44 | 233.21 | 0.59 | 0.35 |
| Hex | 25 | 31 | 8F | 4A | 42 | 0 | 2C | E9 | 3B | 23 |
| Octal | 45 | 61 | 217 | 112 | 102 | 0 | 54 | 351 | 73 | 43 |
| Binary | 100101 | 110001 | 10001111 | 1001010 | 1000010 | 0 | 101100 | 11101001 | 111011 | 100011 |
Color Harmonies of #25318F
Complementary color
Monochromatic Colors of #25318F
Black with #25318F
Text Example
Text Example
White with #25318F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25318F; }
p { color: rgb(37,49,143); }
H1.HeaderClassName
{
color: #25318F;
}
.AnyTagClassName
{
color: #25318F;
}
</style>
background-color css
<style>
a { background-color: #25318F; }
a { background-color: rgb(37,49,143); }
div.DivClassName
{
background-color: #25318F;
}
.BgClassName
{
background-color: #25318F;
}
</style>
border-color css
<style>
span { border-color: #25318F; }
span { border-color: rgb(37,49,143); }
td.TdClassName
{
border-color: #25318F;
}
.TagClassName
{
border-color: #25318F;
}
</style>