#252946

Color #252946 Valhalla (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valhalla #252946

Tints of Valhalla #252946

Color information

#252946 (or 0x252946) is unknown color: approx Valhalla. HEX triplet: 25, 29 and 46. RGB value is (37,41,70). Sum of RGB (Red+Green+Blue) = 37+41+70=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 70 - color contains mainly: blue. Hex color #252946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252946 is #DAD6B9. Grayscale: #2A2A2A. Windows color (decimal): -14341818 or 4598053. OLE color: 4598053.

HSL color Cylindrical-coordinate representation of color #252946: hue angle of 232.73º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #252946 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB374170-
CMYK0.470.4100.73
HSL232.73º30.84%20.98%-
HSV(B)232.73º47.14%27.45%-
XYZ2.662.426.12-
YUV43.11143.17123.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 70 (27.73% from 255) = 47.30%
R=25%
G=27.70%
B=47.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3741700.470.4100.73232.7330.8420.98
Hex2529462F29049e91f15
Octal4551106575101113513725
Binary100101101001100011010111110100101001001111010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252946; }

 p { color: rgb(37,41,70); }

 H1.HeaderClassName
 {
   color: #252946;
 }
 .AnyTagClassName
 {
   color: #252946;
 }
</style>
background-color css

<style>
 a { background-color: #252946; }

 a { background-color: rgb(37,41,70); }

 div.DivClassName
 {
   background-color: #252946;
 }
 .BgClassName
 {
   background-color: #252946;
 }
</style>
border-color css

<style>
 span { border-color: #252946; }

 span { border-color: rgb(37,41,70); }

 td.TdClassName
 {
   border-color: #252946;
 }
 .TagClassName
 {
   border-color: #252946;
 }
</style>