#292C47

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

Shades of Valhalla #292C47

Tints of Valhalla #292C47

Color information

#292C47 (or 0x292C47) is unknown color: approx Valhalla. HEX triplet: 29, 2C and 47. RGB value is (41,44,71). Sum of RGB (Red+Green+Blue) = 41+44+71=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #292C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C47 is #D6D3B8. Grayscale: #2E2E2E. Windows color (decimal): -14078905 or 4664361. OLE color: 4664361.

HSL color Cylindrical-coordinate representation of color #292C47: hue angle of 234º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #292C47 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB414471-
CMYK0.420.3800.72
HSL234º26.79%21.96%-
HSV(B)234º42.25%27.84%-
XYZ2.952.736.33-
YUV46.18142.01124.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 44 (17.58% from 255) = 28.21%
BLUE value IS 71 (28.12% from 255) = 45.51%
R=26.28%
G=28.21%
B=45.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4144710.420.3800.7223426.7921.96
Hex292C472A26048ea1b16
Octal5154107524601103523326
Binary101001101100100011110101010011001001000111010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292C47; }

 p { color: rgb(41,44,71); }

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

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

 a { background-color: rgb(41,44,71); }

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

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

 span { border-color: rgb(41,44,71); }

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