Shades of Torea Bay #252D8D
Tints of Torea Bay #252D8D
RGB
CMYK
RGB Variations
Color information
#252D8D (or 0x252D8D) is known color: Torea Bay. HEX triplet: 25, 2D and 8D. RGB value is (37,45,141). Sum of RGB (Red+Green+Blue) = 37+45+141=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #252D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252D8D is #DAD272. Grayscale: #353535. Windows color (decimal): -14340723 or 9252133. OLE color: 9252133.
HSL color Cylindrical-coordinate representation of color #252D8D: hue angle of 235.38º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #252D8D is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 45 | 141 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.45 |
| HSL | 235.38º | 0.58% | 0.35% | - |
| HSV(B) | 235.38º | 0.74% | 0.55% | - |
| XYZ | 6.51 | 4.19 | 25.67 | - |
| YUV | 53.55 | 177.35 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 141 | 0.74 | 0.68 | 0 | 0.45 | 235.38 | 0.58 | 0.35 |
| Hex | 25 | 2D | 8D | 4A | 44 | 0 | 2D | EB | 3A | 23 |
| Octal | 45 | 55 | 215 | 112 | 104 | 0 | 55 | 353 | 72 | 43 |
| Binary | 100101 | 101101 | 10001101 | 1001010 | 1000100 | 0 | 101101 | 11101011 | 111010 | 100011 |
Color Harmonies of #252D8D
Complementary color
Monochromatic Colors of #252D8D
Black with #252D8D
Text Example
Text Example
White with #252D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252D8D; }
p { color: rgb(37,45,141); }
H1.HeaderClassName
{
color: #252D8D;
}
.AnyTagClassName
{
color: #252D8D;
}
</style>
background-color css
<style>
a { background-color: #252D8D; }
a { background-color: rgb(37,45,141); }
div.DivClassName
{
background-color: #252D8D;
}
.BgClassName
{
background-color: #252D8D;
}
</style>
border-color css
<style>
span { border-color: #252D8D; }
span { border-color: rgb(37,45,141); }
td.TdClassName
{
border-color: #252D8D;
}
.TagClassName
{
border-color: #252D8D;
}
</style>