Shades of Torea Bay #252C7D
Tints of Torea Bay #252C7D
RGB
CMYK
RGB Variations
Color information
#252C7D (or 0x252C7D) is known color: Torea Bay. HEX triplet: 25, 2C and 7D. RGB value is (37,44,125). Sum of RGB (Red+Green+Blue) = 37+44+125=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #252C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C7D is #DAD382. Grayscale: #323232. Windows color (decimal): -14340995 or 8203301. OLE color: 8203301.
HSL color Cylindrical-coordinate representation of color #252C7D: hue angle of 235.23º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #252C7D is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 44 | 125 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.51 |
| HSL | 235.23º | 0.54% | 0.32% | - |
| HSV(B) | 235.23º | 0.7% | 0.49% | - |
| XYZ | 5.37 | 3.68 | 19.83 | - |
| YUV | 51.14 | 169.68 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 125 | 0.70 | 0.65 | 0 | 0.51 | 235.23 | 0.54 | 0.32 |
| Hex | 25 | 2C | 7D | 46 | 41 | 0 | 33 | EB | 36 | 20 |
| Octal | 45 | 54 | 175 | 106 | 101 | 0 | 63 | 353 | 66 | 40 |
| Binary | 100101 | 101100 | 1111101 | 1000110 | 1000001 | 0 | 110011 | 11101011 | 110110 | 100000 |
Color Harmonies of #252C7D
Complementary color
Monochromatic Colors of #252C7D
Black with #252C7D
Text Example
Text Example
White with #252C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252C7D; }
p { color: rgb(37,44,125); }
H1.HeaderClassName
{
color: #252C7D;
}
.AnyTagClassName
{
color: #252C7D;
}
</style>
background-color css
<style>
a { background-color: #252C7D; }
a { background-color: rgb(37,44,125); }
div.DivClassName
{
background-color: #252C7D;
}
.BgClassName
{
background-color: #252C7D;
}
</style>
border-color css
<style>
span { border-color: #252C7D; }
span { border-color: rgb(37,44,125); }
td.TdClassName
{
border-color: #252C7D;
}
.TagClassName
{
border-color: #252C7D;
}
</style>