Shades of Torea Bay #252E76
Tints of Torea Bay #252E76
RGB
CMYK
RGB Variations
Color information
#252E76 (or 0x252E76) is known color: Torea Bay. HEX triplet: 25, 2E and 76. RGB value is (37,46,118). Sum of RGB (Red+Green+Blue) = 37+46+118=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #252E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E76 is #DAD189. Grayscale: #333333. Windows color (decimal): -14340490 or 7745061. OLE color: 7745061.
HSL color Cylindrical-coordinate representation of color #252E76: hue angle of 233.33º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #252E76 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 46 | 118 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.54 |
| HSL | 233.33º | 0.52% | 0.3% | - |
| HSV(B) | 233.33º | 0.69% | 0.46% | - |
| XYZ | 5.01 | 3.66 | 17.58 | - |
| YUV | 51.52 | 165.52 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 46 | 118 | 0.69 | 0.61 | 0 | 0.54 | 233.33 | 0.52 | 0.3 |
| Hex | 25 | 2E | 76 | 45 | 3D | 0 | 36 | E9 | 34 | 1E |
| Octal | 45 | 56 | 166 | 105 | 75 | 0 | 66 | 351 | 64 | 36 |
| Binary | 100101 | 101110 | 1110110 | 1000101 | 111101 | 0 | 110110 | 11101001 | 110100 | 11110 |
Color Harmonies of #252E76
Complementary color
Monochromatic Colors of #252E76
Black with #252E76
Text Example
Text Example
White with #252E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252E76; }
p { color: rgb(37,46,118); }
H1.HeaderClassName
{
color: #252E76;
}
.AnyTagClassName
{
color: #252E76;
}
</style>
background-color css
<style>
a { background-color: #252E76; }
a { background-color: rgb(37,46,118); }
div.DivClassName
{
background-color: #252E76;
}
.BgClassName
{
background-color: #252E76;
}
</style>
border-color css
<style>
span { border-color: #252E76; }
span { border-color: rgb(37,46,118); }
td.TdClassName
{
border-color: #252E76;
}
.TagClassName
{
border-color: #252E76;
}
</style>