Shades of Torea Bay #25307D
Tints of Torea Bay #25307D
RGB
CMYK
RGB Variations
Color information
#25307D (or 0x25307D) is known color: Torea Bay. HEX triplet: 25, 30 and 7D. RGB value is (37,48,125). Sum of RGB (Red+Green+Blue) = 37+48+125=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #25307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25307D is #DACF82. Grayscale: #353535. Windows color (decimal): -14339971 or 8204325. OLE color: 8204325.
HSL color Cylindrical-coordinate representation of color #25307D: hue angle of 232.5º 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 #25307D is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 48 | 125 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.51 |
| HSL | 232.5º | 0.54% | 0.32% | - |
| HSV(B) | 232.5º | 0.7% | 0.49% | - |
| XYZ | 5.52 | 3.99 | 19.88 | - |
| YUV | 53.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 125 | 0.70 | 0.62 | 0 | 0.51 | 232.5 | 0.54 | 0.32 |
| Hex | 25 | 30 | 7D | 46 | 3E | 0 | 33 | E8 | 36 | 20 |
| Octal | 45 | 60 | 175 | 106 | 76 | 0 | 63 | 350 | 66 | 40 |
| Binary | 100101 | 110000 | 1111101 | 1000110 | 111110 | 0 | 110011 | 11101000 | 110110 | 100000 |
Color Harmonies of #25307D
Complementary color
Monochromatic Colors of #25307D
Black with #25307D
Text Example
Text Example
White with #25307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25307D; }
p { color: rgb(37,48,125); }
H1.HeaderClassName
{
color: #25307D;
}
.AnyTagClassName
{
color: #25307D;
}
</style>
background-color css
<style>
a { background-color: #25307D; }
a { background-color: rgb(37,48,125); }
div.DivClassName
{
background-color: #25307D;
}
.BgClassName
{
background-color: #25307D;
}
</style>
border-color css
<style>
span { border-color: #25307D; }
span { border-color: rgb(37,48,125); }
td.TdClassName
{
border-color: #25307D;
}
.TagClassName
{
border-color: #25307D;
}
</style>