#252548

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

Shades of Valhalla #252548

Tints of Valhalla #252548

Color information

#252548 (or 0x252548) is unknown color: approx Valhalla. HEX triplet: 25, 25 and 48. RGB value is (37,37,72). Sum of RGB (Red+Green+Blue) = 37+37+72=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #252548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252548 is #DADAB7. Grayscale: #282828. Windows color (decimal): -14342840 or 4728101. OLE color: 4728101.

HSL color Cylindrical-coordinate representation of color #252548: hue angle of 240º degrees, saturation: 0.32, 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 #252548 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB373772-
CMYK0.490.4900.72
HSL240º32.11%21.37%-
HSV(B)240º48.61%28.24%-
XYZ2.592.186.42-
YUV40.99145.5125.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 72 (28.52% from 255) = 49.32%
R=25.34%
G=25.34%
B=49.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3737720.490.4900.7224032.1121.37
Hex2525483131048f02015
Octal4545110616101103604025
Binary1001011001011001000110001110001010010001111000010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252548; }

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

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

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

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

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

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

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

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