#242446

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

Shades of Valhalla #242446

Tints of Valhalla #242446

Color information

#242446 (or 0x242446) is unknown color: approx Valhalla. HEX triplet: 24, 24 and 46. RGB value is (36,36,70). Sum of RGB (Red+Green+Blue) = 36+36+70=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #242446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242446 is #DBDBB9. Grayscale: #272727. Windows color (decimal): -14408634 or 4596772. OLE color: 4596772.

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

Color convert

RGB363670-
CMYK0.490.4900.73
HSL240º32.08%20.78%-
HSV(B)240º48.57%27.45%-
XYZ2.462.086.07-
YUV39.88145125.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.35%
GREEN value IS 36 (14.45% from 255) = 25.35%
BLUE value IS 70 (27.73% from 255) = 49.30%
R=25.35%
G=25.35%
B=49.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3636700.490.4900.7324032.0820.78
Hex2424463131049f02015
Octal4444106616101113604025
Binary1001001001001000110110001110001010010011111000010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242446; }

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

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

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

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

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

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

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

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