#252547

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

Shades of Valhalla #252547

Tints of Valhalla #252547

Color information

#252547 (or 0x252547) is unknown color: approx Valhalla. HEX triplet: 25, 25 and 47. RGB value is (37,37,71). Sum of RGB (Red+Green+Blue) = 37+37+71=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #252547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252547 is #DADAB8. Grayscale: #282828. Windows color (decimal): -14342841 or 4662565. OLE color: 4662565.

HSL color Cylindrical-coordinate representation of color #252547: hue angle of 240º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #252547 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB373771-
CMYK0.480.4800.72
HSL240º31.48%21.18%-
HSV(B)240º47.89%27.84%-
XYZ2.562.176.25-
YUV40.88145125.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.52%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 71 (28.12% from 255) = 48.97%
R=25.52%
G=25.52%
B=48.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3737710.480.4800.7224031.4821.18
Hex2525473030048f01f15
Octal4545107606001103603725
Binary100101100101100011111000011000001001000111100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252547; }

 p { color: rgb(37,37,71); }

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

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

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

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

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

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

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