Shades of Torea Bay #252E74
Tints of Torea Bay #252E74
RGB
CMYK
RGB Variations
Color information
#252E74 (or 0x252E74) is known color: Torea Bay. HEX triplet: 25, 2E and 74. RGB value is (37,46,116). Sum of RGB (Red+Green+Blue) = 37+46+116=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #252E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E74 is #DAD18B. Grayscale: #323232. Windows color (decimal): -14340492 or 7613989. OLE color: 7613989.
HSL color Cylindrical-coordinate representation of color #252E74: hue angle of 233.16º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252E74 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 46 | 116 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.55 |
| HSL | 233.16º | 0.52% | 0.3% | - |
| HSV(B) | 233.16º | 0.68% | 0.45% | - |
| XYZ | 4.89 | 3.61 | 16.96 | - |
| YUV | 51.29 | 164.52 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 46 | 116 | 0.68 | 0.60 | 0 | 0.55 | 233.16 | 0.52 | 0.3 |
| Hex | 25 | 2E | 74 | 44 | 3C | 0 | 37 | E9 | 34 | 1E |
| Octal | 45 | 56 | 164 | 104 | 74 | 0 | 67 | 351 | 64 | 36 |
| Binary | 100101 | 101110 | 1110100 | 1000100 | 111100 | 0 | 110111 | 11101001 | 110100 | 11110 |
Color Harmonies of #252E74
Complementary color
Monochromatic Colors of #252E74
Black with #252E74
Text Example
Text Example
White with #252E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252E74; }
p { color: rgb(37,46,116); }
H1.HeaderClassName
{
color: #252E74;
}
.AnyTagClassName
{
color: #252E74;
}
</style>
background-color css
<style>
a { background-color: #252E74; }
a { background-color: rgb(37,46,116); }
div.DivClassName
{
background-color: #252E74;
}
.BgClassName
{
background-color: #252E74;
}
</style>
border-color css
<style>
span { border-color: #252E74; }
span { border-color: rgb(37,46,116); }
td.TdClassName
{
border-color: #252E74;
}
.TagClassName
{
border-color: #252E74;
}
</style>