#212249

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

Shades of Valhalla #212249

Tints of Valhalla #212249

Color information

#212249 (or 0x212249) is unknown color: approx Valhalla. HEX triplet: 21, 22 and 49. RGB value is (33,34,73). Sum of RGB (Red+Green+Blue) = 33+34+73=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #212249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212249 is #DEDDB6. Grayscale: #252525. Windows color (decimal): -14605751 or 4792865. OLE color: 4792865.

HSL color Cylindrical-coordinate representation of color #212249: hue angle of 238.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #212249 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB333473-
CMYK0.550.5300.71
HSL238.5º37.74%20.78%-
HSV(B)238.5º54.79%28.63%-
XYZ2.41.956.55-
YUV38.15147.67124.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 73 (28.91% from 255) = 52.14%
R=23.57%
G=24.29%
B=52.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3334730.550.5300.71238.537.7420.78
Hex2122493735047ee2615
Octal4142111676501073564625
Binary1000011000101001001110111110101010001111110111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212249; }

 p { color: rgb(33,34,73); }

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

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

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

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

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

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

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