Shades of Torea Bay #25308F
Tints of Torea Bay #25308F
RGB
CMYK
RGB Variations
Color information
#25308F (or 0x25308F) is known color: Torea Bay. HEX triplet: 25, 30 and 8F. RGB value is (37,48,143). Sum of RGB (Red+Green+Blue) = 37+48+143=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 143 (56.25% from 255 or 62.72% from 228); Max value from RGB is 143 - color contains mainly: blue. Hex color #25308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25308F is #DACF70. Grayscale: #373737. Windows color (decimal): -14339953 or 9383973. OLE color: 9383973.
HSL color Cylindrical-coordinate representation of color #25308F: hue angle of 233.77º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25308F is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 48 | 143 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.44 |
| HSL | 233.77º | 0.59% | 0.35% | - |
| HSV(B) | 233.77º | 0.74% | 0.56% | - |
| XYZ | 6.78 | 4.49 | 26.5 | - |
| YUV | 55.54 | 177.36 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 143 | 0.74 | 0.66 | 0 | 0.44 | 233.77 | 0.59 | 0.35 |
| Hex | 25 | 30 | 8F | 4A | 42 | 0 | 2C | EA | 3B | 23 |
| Octal | 45 | 60 | 217 | 112 | 102 | 0 | 54 | 352 | 73 | 43 |
| Binary | 100101 | 110000 | 10001111 | 1001010 | 1000010 | 0 | 101100 | 11101010 | 111011 | 100011 |
Color Harmonies of #25308F
Complementary color
Monochromatic Colors of #25308F
Black with #25308F
Text Example
Text Example
White with #25308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25308F; }
p { color: rgb(37,48,143); }
H1.HeaderClassName
{
color: #25308F;
}
.AnyTagClassName
{
color: #25308F;
}
</style>
background-color css
<style>
a { background-color: #25308F; }
a { background-color: rgb(37,48,143); }
div.DivClassName
{
background-color: #25308F;
}
.BgClassName
{
background-color: #25308F;
}
</style>
border-color css
<style>
span { border-color: #25308F; }
span { border-color: rgb(37,48,143); }
td.TdClassName
{
border-color: #25308F;
}
.TagClassName
{
border-color: #25308F;
}
</style>