#252546

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

Shades of Valhalla #252546

Tints of Valhalla #252546

Color information

#252546 (or 0x252546) is unknown color: approx Valhalla. HEX triplet: 25, 25 and 46. RGB value is (37,37,70). Sum of RGB (Red+Green+Blue) = 37+37+70=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #252546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252546 is #DADAB9. Grayscale: #282828. Windows color (decimal): -14342842 or 4597029. OLE color: 4597029.

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

Color convert

RGB373770-
CMYK0.470.4700.73
HSL240º30.84%20.98%-
HSV(B)240º47.14%27.45%-
XYZ2.532.166.08-
YUV40.76144.5125.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.69%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 70 (27.73% from 255) = 48.61%
R=25.69%
G=25.69%
B=48.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3737700.470.4700.7324030.8420.98
Hex2525462F2F049f01f15
Octal4545106575701113603725
Binary100101100101100011010111110111101001001111100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252546; }

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

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

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

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

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

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

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

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