#212148

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

Shades of Valhalla #212148

Tints of Valhalla #212148

Color information

#212148 (or 0x212148) is unknown color: approx Valhalla. HEX triplet: 21, 21 and 48. RGB value is (33,33,72). Sum of RGB (Red+Green+Blue) = 33+33+72=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #212148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212148 is #DEDEB7. Grayscale: #252525. Windows color (decimal): -14606008 or 4727073. OLE color: 4727073.

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

Color convert

RGB333372-
CMYK0.540.5400.72
HSL240º37.14%20.59%-
HSV(B)240º54.17%28.24%-
XYZ2.341.886.37-
YUV37.45147.5124.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 72 (28.52% from 255) = 52.17%
R=23.91%
G=23.91%
B=52.17%

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
Decimal3333720.540.5400.7224037.1420.59
Hex2121483636048f02515
Octal4141110666601103604525
Binary1000011000011001000110110110110010010001111000010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212148; }

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

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

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

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

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

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

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

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