#242440

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

Shades of Valhalla #242440

Tints of Valhalla #242440

Color information

#242440 (or 0x242440) is unknown color: approx Valhalla. HEX triplet: 24, 24 and 40. RGB value is (36,36,64). Sum of RGB (Red+Green+Blue) = 36+36+64=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #242440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242440 is #DBDBBF. Grayscale: #272727. Windows color (decimal): -14408640 or 4203556. OLE color: 4203556.

HSL color Cylindrical-coordinate representation of color #242440: hue angle of 240º 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 #242440 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB363664-
CMYK0.440.4400.75
HSL240º28%19.61%-
HSV(B)240º43.75%25.1%-
XYZ2.282.015.12-
YUV39.19142125.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.47%
GREEN value IS 36 (14.45% from 255) = 26.47%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=26.47%
G=26.47%
B=47.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3636640.440.4400.752402819.61
Hex2424402C2C04Bf01c14
Octal4444100545401133603424
Binary100100100100100000010110010110001001011111100001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242440; }

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

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

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

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

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

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

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

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