#252446

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

Shades of Valhalla #252446

Tints of Valhalla #252446

Color information

#252446 (or 0x252446) is unknown color: approx Valhalla. HEX triplet: 25, 24 and 46. RGB value is (37,36,70). Sum of RGB (Red+Green+Blue) = 37+36+70=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #252446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252446 is #DADBB9. Grayscale: #282828. Windows color (decimal): -14343098 or 4596773. OLE color: 4596773.

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

Color convert

RGB373670-
CMYK0.470.4900.73
HSL241.76º32.08%20.78%-
HSV(B)241.76º48.57%27.45%-
XYZ2.52.16.07-
YUV40.17144.83125.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.87%
GREEN value IS 36 (14.45% from 255) = 25.17%
BLUE value IS 70 (27.73% from 255) = 48.95%
R=25.87%
G=25.17%
B=48.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3736700.470.4900.73241.7632.0820.78
Hex2524462F31049f22015
Octal4544106576101113624025
Binary1001011001001000110101111110001010010011111001010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252446; }

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

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

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

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

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

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

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

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