#212147

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

Shades of Valhalla #212147

Tints of Valhalla #212147

Color information

#212147 (or 0x212147) is unknown color: approx Valhalla. HEX triplet: 21, 21 and 47. RGB value is (33,33,71). Sum of RGB (Red+Green+Blue) = 33+33+71=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #212147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212147 is #DEDEB8. Grayscale: #252525. Windows color (decimal): -14606009 or 4661537. OLE color: 4661537.

HSL color Cylindrical-coordinate representation of color #212147: hue angle of 240º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #212147 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB333371-
CMYK0.540.5400.72
HSL240º36.54%20.39%-
HSV(B)240º53.52%27.84%-
XYZ2.311.876.2-
YUV37.33147124.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.09%
GREEN value IS 33 (13.28% from 255) = 24.09%
BLUE value IS 71 (28.12% from 255) = 51.82%
R=24.09%
G=24.09%
B=51.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3333710.540.5400.7224036.5420.39
Hex2121473636048f02514
Octal4141107666601103604524
Binary1000011000011000111110110110110010010001111000010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212147; }

 p { color: rgb(33,33,71); }

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

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

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

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

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

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

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