#212248

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

Shades of Valhalla #212248

Tints of Valhalla #212248

Color information

#212248 (or 0x212248) is unknown color: approx Valhalla. HEX triplet: 21, 22 and 48. RGB value is (33,34,72). Sum of RGB (Red+Green+Blue) = 33+34+72=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #212248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212248 is #DEDDB7. Grayscale: #252525. Windows color (decimal): -14605752 or 4727329. OLE color: 4727329.

HSL color Cylindrical-coordinate representation of color #212248: hue angle of 238.46º 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 #212248 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB333472-
CMYK0.540.5300.72
HSL238.46º37.14%20.59%-
HSV(B)238.46º54.17%28.24%-
XYZ2.371.946.38-
YUV38.03147.17124.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.74%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 72 (28.52% from 255) = 51.80%
R=23.74%
G=24.46%
B=51.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3334720.540.5300.72238.4637.1420.59
Hex2122483635048ee2515
Octal4142110666501103564525
Binary1000011000101001000110110110101010010001110111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212248; }

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

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

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

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

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

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

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

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