#212146

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

Shades of Valhalla #212146

Tints of Valhalla #212146

Color information

#212146 (or 0x212146) is unknown color: approx Valhalla. HEX triplet: 21, 21 and 46. RGB value is (33,33,70). Sum of RGB (Red+Green+Blue) = 33+33+70=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 70 (27.73% from 255 or 51.47% from 136); Max value from RGB is 70 - color contains mainly: blue. Hex color #212146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212146 is #DEDEB9. Grayscale: #252525. Windows color (decimal): -14606010 or 4596001. OLE color: 4596001.

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

Color convert

RGB333370-
CMYK0.530.5300.73
HSL240º35.92%20.2%-
HSV(B)240º52.86%27.45%-
XYZ2.281.856.03-
YUV37.22146.5124.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 33 (13.28% from 255) = 24.26%
BLUE value IS 70 (27.73% from 255) = 51.47%
R=24.26%
G=24.26%
B=51.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3333700.530.5300.7324035.9220.2
Hex2121463535049f02414
Octal4141106656501113604424
Binary1000011000011000110110101110101010010011111000010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212146; }

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

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

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

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

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

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

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

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