#323950

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

Shades of Cloud Burst #323950

Tints of Cloud Burst #323950

Color information

#323950 (or 0x323950) is unknown color: approx Cloud Burst. HEX triplet: 32, 39 and 50. RGB value is (50,57,80). Sum of RGB (Red+Green+Blue) = 50+57+80=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #323950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323950 is #CDC6AF. Grayscale: #393939. Windows color (decimal): -13485744 or 5257522. OLE color: 5257522.

HSL color Cylindrical-coordinate representation of color #323950: hue angle of 226º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #323950 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB505780-
CMYK0.370.2900.69
HSL226º23.08%25.49%-
HSV(B)226º37.5%31.37%-
XYZ4.234.188.17-
YUV57.53140.68122.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 57 (22.66% from 255) = 30.48%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=26.74%
G=30.48%
B=42.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5057800.370.2900.6922623.0825.49
Hex323950251D045e21719
Octal6271120453501053422731
Binary11001011100110100001001011110101000101111000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323950; }

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

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

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

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

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

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

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

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