#212349

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

Shades of Valhalla #212349

Tints of Valhalla #212349

Color information

#212349 (or 0x212349) is unknown color: approx Valhalla. HEX triplet: 21, 23 and 49. RGB value is (33,35,73). Sum of RGB (Red+Green+Blue) = 33+35+73=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #212349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212349 is #DEDCB6. Grayscale: #262626. Windows color (decimal): -14605495 or 4793121. OLE color: 4793121.

HSL color Cylindrical-coordinate representation of color #212349: hue angle of 237º 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 #212349 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB333573-
CMYK0.550.5200.71
HSL237º37.74%20.78%-
HSV(B)237º54.79%28.63%-
XYZ2.432.016.56-
YUV38.73147.34123.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 73 (28.91% from 255) = 51.77%
R=23.40%
G=24.82%
B=51.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3335730.550.5200.7123737.7420.78
Hex2123493734047ed2615
Octal4143111676401073554625
Binary1000011000111001001110111110100010001111110110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212349; }

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

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

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

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

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

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

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

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