#252440

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

Shades of Valhalla #252440

Tints of Valhalla #252440

Color information

#252440 (or 0x252440) is unknown color: approx Valhalla. HEX triplet: 25, 24 and 40. RGB value is (37,36,64). Sum of RGB (Red+Green+Blue) = 37+36+64=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #252440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252440 is #DADBBF. Grayscale: #272727. Windows color (decimal): -14343104 or 4203557. OLE color: 4203557.

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

Color convert

RGB373664-
CMYK0.420.4400.75
HSL242.14º28%19.61%-
HSV(B)242.14º43.75%25.1%-
XYZ2.322.035.12-
YUV39.49141.83126.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.01%
GREEN value IS 36 (14.45% from 255) = 26.28%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=27.01%
G=26.28%
B=46.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3736640.420.4400.75242.142819.61
Hex2524402A2C04Bf21c14
Octal4544100525401133623424
Binary100101100100100000010101010110001001011111100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252440; }

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

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

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

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

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

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

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

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