Html Css Color HEX #323249 Valhalla

📋 copy color: '#323249'

red 50 ◦ green 50 ◦ blue 73

#323249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valhalla #323249

Tints of Valhalla #323249

RGB

 RED value IS 50 (19.92% from 255) = 28.9%

 GREEN value IS 50 (19.92% from 255) = 28.9%

 BLUE value IS 73 (28.91% from 255) = 42.2%

R = 28.9%
G = 28.9%
B = 42.2%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#323249 (or 0x323249) is known color: Valhalla. HEX triplet: 32, 32 and 49. RGB value is (50,50,73). Sum of RGB (Red+Green+Blue) = 50+50+73=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #323249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323249 is #CDCDB6. Grayscale: #343434. Windows color (decimal): -13487543 or 4796978. OLE color: 4796978.

HSL color Cylindrical-coordinate representation of color #323249: hue angle of 240º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #323249 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 50 73 -
CMYK 0.32 0.32 0 0.71
HSL 240º 0.19% 0.24% -
HSV(B) 240º 0.32% 0.29% -
XYZ 3.66 3.44 6.77 -
YUV 52.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 50 50 73 0.32 0.32 0 0.71 240 0.19 0.24
Hex 32 32 49 20 20 0 47 F0 13 18
Octal 62 62 111 40 40 0 107 360 23 30
Binary 110010 110010 1001001 100000 100000 0 1000111 11110000 10011 11000

Color Harmonies of #323249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323249

Black with #323249

Text Example


Text Example

White with #323249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323249; }

 p { color: rgb(50,50,73); }

 H1.HeaderClassName
 {
   color: #323249;
 }
 .AnyTagClassName
 {
   color: #323249;
 }
</style>

background-color css

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

 a { background-color: rgb(50,50,73); }

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

border-color css

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

 span { border-color: rgb(50,50,73); }

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