#252640

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

Shades of Valhalla #252640

Tints of Valhalla #252640

Color information

#252640 (or 0x252640) is unknown color: approx Valhalla. HEX triplet: 25, 26 and 40. RGB value is (37,38,64). Sum of RGB (Red+Green+Blue) = 37+38+64=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #252640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252640 is #DAD9BF. Grayscale: #282828. Windows color (decimal): -14342592 or 4204069. OLE color: 4204069.

HSL color Cylindrical-coordinate representation of color #252640: hue angle of 237.78º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #252640 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB373864-
CMYK0.420.4100.75
HSL237.78º26.73%19.8%-
HSV(B)237.78º42.19%25.1%-
XYZ2.382.155.14-
YUV40.66141.17125.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.62%
GREEN value IS 38 (15.23% from 255) = 27.34%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=26.62%
G=27.34%
B=46.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3738640.420.4100.75237.7826.7319.8
Hex2526402A2904Bee1b14
Octal4546100525101133563324
Binary100101100110100000010101010100101001011111011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252640; }

 p { color: rgb(37,38,64); }

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

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

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

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

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

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

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