Shades of Torea Bay #252B7D
Tints of Torea Bay #252B7D
RGB
CMYK
RGB Variations
Color information
#252B7D (or 0x252B7D) is known color: Torea Bay. HEX triplet: 25, 2B and 7D. RGB value is (37,43,125). Sum of RGB (Red+Green+Blue) = 37+43+125=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #252B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B7D is #DAD482. Grayscale: #323232. Windows color (decimal): -14341251 or 8203045. OLE color: 8203045.
HSL color Cylindrical-coordinate representation of color #252B7D: hue angle of 235.91º 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 #252B7D is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 43 | 125 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.51 |
| HSL | 235.91º | 0.54% | 0.32% | - |
| HSV(B) | 235.91º | 0.7% | 0.49% | - |
| XYZ | 5.33 | 3.6 | 19.82 | - |
| YUV | 50.55 | 170.01 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 43 | 125 | 0.70 | 0.66 | 0 | 0.51 | 235.91 | 0.54 | 0.32 |
| Hex | 25 | 2B | 7D | 46 | 42 | 0 | 33 | EC | 36 | 20 |
| Octal | 45 | 53 | 175 | 106 | 102 | 0 | 63 | 354 | 66 | 40 |
| Binary | 100101 | 101011 | 1111101 | 1000110 | 1000010 | 0 | 110011 | 11101100 | 110110 | 100000 |
Color Harmonies of #252B7D
Complementary color
Monochromatic Colors of #252B7D
Black with #252B7D
Text Example
Text Example
White with #252B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252B7D; }
p { color: rgb(37,43,125); }
H1.HeaderClassName
{
color: #252B7D;
}
.AnyTagClassName
{
color: #252B7D;
}
</style>
background-color css
<style>
a { background-color: #252B7D; }
a { background-color: rgb(37,43,125); }
div.DivClassName
{
background-color: #252B7D;
}
.BgClassName
{
background-color: #252B7D;
}
</style>
border-color css
<style>
span { border-color: #252B7D; }
span { border-color: rgb(37,43,125); }
td.TdClassName
{
border-color: #252B7D;
}
.TagClassName
{
border-color: #252B7D;
}
</style>