#252448

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

Shades of Valhalla #252448

Tints of Valhalla #252448

Color information

#252448 (or 0x252448) is unknown color: approx Valhalla. HEX triplet: 25, 24 and 48. RGB value is (37,36,72). Sum of RGB (Red+Green+Blue) = 37+36+72=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #252448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252448 is #DADBB7. Grayscale: #282828. Windows color (decimal): -14343096 or 4727845. OLE color: 4727845.

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

Color convert

RGB373672-
CMYK0.490.500.72
HSL241.67º33.33%21.18%-
HSV(B)241.67º50%28.24%-
XYZ2.562.126.41-
YUV40.4145.83125.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.52%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 72 (28.52% from 255) = 49.66%
R=25.52%
G=24.83%
B=49.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3736720.490.500.72241.6733.3321.18
Hex2524483132048f22115
Octal4544110616201103624125
Binary1001011001001001000110001110010010010001111001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252448; }

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

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

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

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

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

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

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

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