#252447

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

Shades of Valhalla #252447

Tints of Valhalla #252447

Color information

#252447 (or 0x252447) is unknown color: approx Valhalla. HEX triplet: 25, 24 and 47. RGB value is (37,36,71). Sum of RGB (Red+Green+Blue) = 37+36+71=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #252447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252447 is #DADBB8. Grayscale: #282828. Windows color (decimal): -14343097 or 4662309. OLE color: 4662309.

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

Color convert

RGB373671-
CMYK0.480.4900.72
HSL241.71º32.71%20.98%-
HSV(B)241.71º49.3%27.84%-
XYZ2.532.116.24-
YUV40.29145.33125.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.69%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 71 (28.12% from 255) = 49.31%
R=25.69%
G=25%
B=49.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3736710.480.4900.72241.7132.7120.98
Hex2524473031048f22115
Octal4544107606101103624125
Binary1001011001001000111110000110001010010001111001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252447; }

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

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

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

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

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

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

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

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