Shades of Valhalla #252A45
Tints of Valhalla #252A45
RGB
CMYK
RGB Variations
Color information
#252A45 (or 0x252A45) is known color: Valhalla. HEX triplet: 25, 2A and 45. RGB value is (37,42,69). Sum of RGB (Red+Green+Blue) = 37+42+69=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 69 - color contains mainly: blue. Hex color #252A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A45 is #DAD5BA. Grayscale: #2B2B2B. Windows color (decimal): -14341563 or 4532773. OLE color: 4532773.
HSL color Cylindrical-coordinate representation of color #252A45: hue angle of 230.62º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #252A45 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 42 | 69 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.73 |
| HSL | 230.63º | 0.3% | 0.21% | - |
| HSV(B) | 230.63º | 0.46% | 0.27% | - |
| XYZ | 2.67 | 2.48 | 5.97 | - |
| YUV | 43.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 69 | 0.46 | 0.39 | 0 | 0.73 | 230.63 | 0.3 | 0.21 |
| Hex | 25 | 2A | 45 | 2E | 27 | 0 | 49 | E7 | 1E | 15 |
| Octal | 45 | 52 | 105 | 56 | 47 | 0 | 111 | 347 | 36 | 25 |
| Binary | 100101 | 101010 | 1000101 | 101110 | 100111 | 0 | 1001001 | 11100111 | 11110 | 10101 |
Color Harmonies of #252A45
Complementary color
Monochromatic Colors of #252A45
Black with #252A45
Text Example
Text Example
White with #252A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A45; }
p { color: rgb(37,42,69); }
H1.HeaderClassName
{
color: #252A45;
}
.AnyTagClassName
{
color: #252A45;
}
</style>
background-color css
<style>
a { background-color: #252A45; }
a { background-color: rgb(37,42,69); }
div.DivClassName
{
background-color: #252A45;
}
.BgClassName
{
background-color: #252A45;
}
</style>
border-color css
<style>
span { border-color: #252A45; }
span { border-color: rgb(37,42,69); }
td.TdClassName
{
border-color: #252A45;
}
.TagClassName
{
border-color: #252A45;
}
</style>