Shades of Torea Bay #252D76
Tints of Torea Bay #252D76
RGB
CMYK
RGB Variations
Color information
#252D76 (or 0x252D76) is known color: Torea Bay. HEX triplet: 25, 2D and 76. RGB value is (37,45,118). Sum of RGB (Red+Green+Blue) = 37+45+118=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #252D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D76 is #DAD289. Grayscale: #323232. Windows color (decimal): -14340746 or 7744805. OLE color: 7744805.
HSL color Cylindrical-coordinate representation of color #252D76: hue angle of 234.07º 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 #252D76 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 45 | 118 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.54 |
| HSL | 234.07º | 0.52% | 0.3% | - |
| HSV(B) | 234.07º | 0.69% | 0.46% | - |
| XYZ | 4.97 | 3.58 | 17.57 | - |
| YUV | 50.93 | 165.85 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 118 | 0.69 | 0.62 | 0 | 0.54 | 234.07 | 0.52 | 0.3 |
| Hex | 25 | 2D | 76 | 45 | 3E | 0 | 36 | EA | 34 | 1E |
| Octal | 45 | 55 | 166 | 105 | 76 | 0 | 66 | 352 | 64 | 36 |
| Binary | 100101 | 101101 | 1110110 | 1000101 | 111110 | 0 | 110110 | 11101010 | 110100 | 11110 |
Color Harmonies of #252D76
Complementary color
Monochromatic Colors of #252D76
Black with #252D76
Text Example
Text Example
White with #252D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252D76; }
p { color: rgb(37,45,118); }
H1.HeaderClassName
{
color: #252D76;
}
.AnyTagClassName
{
color: #252D76;
}
</style>
background-color css
<style>
a { background-color: #252D76; }
a { background-color: rgb(37,45,118); }
div.DivClassName
{
background-color: #252D76;
}
.BgClassName
{
background-color: #252D76;
}
</style>
border-color css
<style>
span { border-color: #252D76; }
span { border-color: rgb(37,45,118); }
td.TdClassName
{
border-color: #252D76;
}
.TagClassName
{
border-color: #252D76;
}
</style>