#323348

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

Shades of Valhalla #323348

Tints of Valhalla #323348

Color information

#323348 (or 0x323348) is unknown color: approx Valhalla. HEX triplet: 32, 33 and 48. RGB value is (50,51,72). Sum of RGB (Red+Green+Blue) = 50+51+72=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #323348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323348 is #CDCCB7. Grayscale: #353535. Windows color (decimal): -13487288 or 4731698. OLE color: 4731698.

HSL color Cylindrical-coordinate representation of color #323348: hue angle of 237.27º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #323348 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB505172-
CMYK0.310.2900.72
HSL237.27º18.03%23.92%-
HSV(B)237.27º30.56%28.24%-
XYZ3.673.516.62-
YUV53.1138.67125.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 72 (28.52% from 255) = 41.62%
R=28.90%
G=29.48%
B=41.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5051720.310.2900.72237.2718.0323.92
Hex3233481F1D048ed1218
Octal6263110373501103552230
Binary1100101100111001000111111110101001000111011011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323348; }

 p { color: rgb(50,51,72); }

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

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

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

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

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

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

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