#323951

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

Shades of Cloud Burst #323951

Tints of Cloud Burst #323951

Color information

#323951 (or 0x323951) is unknown color: approx Cloud Burst. HEX triplet: 32, 39 and 51. RGB value is (50,57,81). Sum of RGB (Red+Green+Blue) = 50+57+81=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #323951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323951 is #CDC6AE. Grayscale: #393939. Windows color (decimal): -13485743 or 5323058. OLE color: 5323058.

HSL color Cylindrical-coordinate representation of color #323951: hue angle of 226.45º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #323951 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB505781-
CMYK0.380.3000.68
HSL226.45º23.66%25.69%-
HSV(B)226.45º38.27%31.76%-
XYZ4.264.28.37-
YUV57.64141.18122.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 81 (32.03% from 255) = 43.09%
R=26.60%
G=30.32%
B=43.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5057810.380.3000.68226.4523.6625.69
Hex323951261E044e2181a
Octal6271121463601043423032
Binary11001011100110100011001101111001000100111000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323951; }

 p { color: rgb(50,57,81); }

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

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

 a { background-color: rgb(50,57,81); }

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

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

 span { border-color: rgb(50,57,81); }

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